powered by
stri_detect_fixed(str, pattern)
str
pattern
For natural language processing this function may be not give you desired results. Refer to stringi-search-fixed for more details.
If pattern is empty, then the result is NA and a warning is generated.
NA
stri_detect_charclass
stri_detect_coll
stri_detect_regex
stri_detect
stringi-search
Other search_fixed: stri_count_fixed; stri_locate_all_fixed, stri_locate_first_fixed, stri_locate_first_fixed, stri_locate_last_fixed, stri_locate_last_fixed; stri_replace_all_fixed, stri_replace_first_fixed, stri_replace_first_fixed, stri_replace_last_fixed, stri_replace_last_fixed; stri_split_fixed; stringi-search-fixed; stringi-search
stri_count_fixed
stri_locate_all_fixed
stri_locate_first_fixed
stri_locate_last_fixed
stri_replace_all_fixed
stri_replace_first_fixed
stri_replace_last_fixed
stri_split_fixed
stringi-search-fixed
stri_detect_fixed(c("stringi R", "REXAMINE", "123"), c('i', 'R', '0')) stri_detect_fixed(c("stringi R", "REXAMINE", "123"), 'R')
Run the code above in your browser using DataLab