pattern is empty,
then all functions in NA in result
and generate a warning.
On syntax error, a quite informative failure message is shown.If you would like to search for a fixed pattern, refer to stringi-search-fixed. This allows to do a locale-aware text lookup, or a very fast exact-byte search.
stri_*_regex functions in stri_opts_regex function.
Regular expression patterns in java.util.regex.
J.E.F. Friedl, Mastering Regular Expressions, O'Reilly, 2002
Unicode Regular Expressions -- Unicode Technical Standard #18,
Unicode Regular Expressions -- Regex tutorial, 
stri_count_regex;
  stri_detect_regex;
  stri_extract_all_regex,
  stri_extract_first_regex,
  stri_extract_first_regex,
  stri_extract_last_regex,
  stri_extract_last_regex;
  stri_locate_all_regex,
  stri_locate_first_regex,
  stri_locate_first_regex,
  stri_locate_last_regex,
  stri_locate_last_regex;
  stri_match_all_regex,
  stri_match_first_regex,
  stri_match_first_regex,
  stri_match_last_regex,
  stri_match_last_regex;
  stri_opts_regex;
  stri_replace_all_regex,
  stri_replace_first_regex,
  stri_replace_first_regex,
  stri_replace_last_regex,
  stri_replace_last_regex;
  stri_split_regex;
  stringi-searchOther stringi_general_topics: stringi-arguments;
  stringi-encoding;
  stringi-locale;
  stringi-package;
  stringi-search-charclass;
  stringi-search-coll;
  stringi-search-fixed;
  stringi-search