stringi-search {stringi}R Documentation

String Searching

Description

This man page explains how to perform string search-based operations in stringi.

Details

The following independent string searching engines are available in stringi.

Each search engine is able to perform many search-based operations. These may include:

See Also

Other text_boundaries: stri_count_boundaries(), stri_extract_all_boundaries(), stri_locate_all_boundaries(), stri_opts_brkiter(), stri_split_boundaries(), stri_split_lines(), stri_trans_tolower(), stri_wrap(), stringi-search-boundaries

Other search_regex: stri_opts_regex(), stringi-search-regex

Other search_fixed: stri_opts_fixed(), stringi-search-fixed

Other search_coll: stri_opts_collator(), stringi-search-coll

Other search_charclass: stri_trim_both(), stringi-search-charclass

Other search_detect: stri_detect(), stri_startswith()

Other search_count: stri_count_boundaries(), stri_count()

Other search_locate: stri_locate_all_boundaries(), stri_locate_all()

Other search_replace: stri_replace_all(), stri_trim_both()

Other search_split: stri_split_boundaries(), stri_split_lines(), stri_split()

Other search_subset: stri_subset()

Other search_extract: stri_extract_all_boundaries(), stri_extract_all(), stri_match_all()

Other stringi_general_topics: stringi-arguments, stringi-encoding, stringi-locale, stringi-package, stringi-search-boundaries, stringi-search-charclass, stringi-search-coll, stringi-search-fixed, stringi-search-regex


[Package stringi version 1.4.6 Index]