R/fn_00.R

require(stringr)

#' fn_00_01
#'
#' The user will modify the function to return a value according to the
#' specification.
#'
#' @return  a regular expression that matches the sequence of characters "hat"
#' 
fn_00_01 <- function(){
  
  # replace the string below with "hat"
  result <- "max"
  
  return(result)
}
ijlyttle/tutrRegExp documentation built on May 18, 2019, 3:42 a.m.