Character string processing facilities


[Up] [Top]

Documentation for package ‘stringi’ version 0.1-25

Help Pages

S misc

stringi-package THE String Processing Package

-- S --

stringi-arguments Passing Arguments to Functions in 'stringi'
stringi-encoding Character Encodings and 'stringi'
stringi-locale Locales and 'stringi'
stringi-search String Searching
stringi-search-charclass Character Classes in 'stringi'
stringi-search-fixed Locale-Sensitive Text Searching in 'stringi'
stringi-search-regex Regular Expressions in 'stringi'
stri_c Concatenate Character Vectors
stri_cmp Compare Strings with or without Collation
stri_compare Compare Strings with or without Collation
stri_conv Convert Strings Between Given Encodings
stri_count Count the Number of Pattern Matches in a String
stri_count_charclass Count the Number of Character Class Matches
stri_count_fixed Count the Number of Fixed Pattern Matches
stri_count_regex Count the Number of Regex Pattern Matches
stri_detect Detect a Pattern Match
stri_detect_charclass Detect a Character Class Match
stri_detect_fixed Detect a Fixed Pattern Match
stri_detect_regex Detect a Regex Pattern Match
stri_dup Duplicate Strings
stri_encode Convert Strings Between Given Encodings
stri_enc_detect [DRAFT API] Detect Character Set and Language
stri_enc_detect2 [DRAFT API] Detect Locale-Sensitive Character Encoding
stri_enc_fromutf32 Convert From UTF-32
stri_enc_get Set or Get Default Character Encoding in 'stringi'
stri_enc_info Query Given Character Encoding
stri_enc_isascii Check If a Data Stream Is Possibly in ASCII
stri_enc_isnfc Perform or Check For Unicode Normalization
stri_enc_isnfd Perform or Check For Unicode Normalization
stri_enc_isnfkc Perform or Check For Unicode Normalization
stri_enc_isnfkc_casefold Perform or Check For Unicode Normalization
stri_enc_isnfkd Perform or Check For Unicode Normalization
stri_enc_isutf16be Check If a Data Stream Is Possibly in UTF16 or UTF32
stri_enc_isutf16le Check If a Data Stream Is Possibly in UTF16 or UTF32
stri_enc_isutf32be Check If a Data Stream Is Possibly in UTF16 or UTF32
stri_enc_isutf32le Check If a Data Stream Is Possibly in UTF16 or UTF32
stri_enc_isutf8 Check If a Data Stream Is Possibly in UTF-8
stri_enc_list List Known Character Encodings
stri_enc_nfc Perform or Check For Unicode Normalization
stri_enc_nfd Perform or Check For Unicode Normalization
stri_enc_nfkc Perform or Check For Unicode Normalization
stri_enc_nfkc_casefold Perform or Check For Unicode Normalization
stri_enc_nfkd Perform or Check For Unicode Normalization
stri_enc_set Set or Get Default Character Encoding in 'stringi'
stri_enc_toascii Convert To ASCII
stri_enc_toutf32 Convert Strings To UTF-32
stri_enc_toutf8 Convert To UTF-8
stri_escape_unicode Escape Unicode Code Points
stri_extract Extract Pattern Matches
stri_extract_all Extract All Pattern Matches
stri_extract_all_charclass Extract Character Class Matches
stri_extract_all_fixed Extract Fixed Pattern Matches
stri_extract_all_fixed, Extract Fixed Pattern Matches
stri_extract_all_regex Extract Regex Pattern Matches
stri_extract_first Extract First Pattern Match
stri_extract_first_charclass Extract Character Class Matches
stri_extract_first_fixed Extract Fixed Pattern Matches
stri_extract_first_fixed, Extract Fixed Pattern Matches
stri_extract_first_regex Extract Regex Pattern Matches
stri_extract_last Extract Last Pattern Match
stri_extract_last_charclass Extract Character Class Matches
stri_extract_last_fixed Extract Fixed Pattern Matches
stri_extract_last_regex Extract Regex Pattern Matches
stri_flatten Flatten a String
stri_info Query Default Settings for 'stringi'
stri_install_check Installation-Related Utilities
stri_install_icudt Installation-Related Utilities
stri_isempty Determine if a String is Empty
stri_join Concatenate Character Vectors
stri_length Count the Number of Characters
stri_locale_get Set or Get Default Locale in 'stringi'
stri_locale_info Query Given Locale
stri_locale_list List Available Locales
stri_locale_set Set or Get Default Locale in 'stringi'
stri_locate Locate Occurrences of a Pattern
stri_locate_all Locate All Occurrences of a Pattern
stri_locate_all_charclass Locate Occurrences of a Character Class
stri_locate_all_fixed Locate Occurrences of a Fixed Pattern
stri_locate_all_fixed, Locate Occurrences of a Fixed Pattern
stri_locate_all_regex Locate Occurrences of a Regex Pattern
stri_locate_first Locate First Occurrence of a Pattern
stri_locate_first_charclass Locate Occurrences of a Character Class
stri_locate_first_fixed Locate Occurrences of a Fixed Pattern
stri_locate_first_fixed, Locate Occurrences of a Fixed Pattern
stri_locate_first_regex Locate Occurrences of a Regex Pattern
stri_locate_last Locate Last Occurrence of a Pattern
stri_locate_last_charclass Locate Occurrences of a Character Class
stri_locate_last_fixed Locate Occurrences of a Fixed Pattern
stri_locate_last_regex Locate Occurrences of a Regex Pattern
stri_match Extract Regex Pattern Matches, Together with Capture Groups
stri_match_all Extract All Regex Pattern Matches, Together with Capture Groups
stri_match_all_regex Extract Regex Pattern Matches, Together with Capture Groups
stri_match_first Extract First Regex Pattern Matches, Together with Capture Groups
stri_match_first_regex Extract Regex Pattern Matches, Together with Capture Groups
stri_match_last Extract Last Regex Pattern Matches, Together with Capture Groups
stri_match_last_regex Extract Regex Pattern Matches, Together with Capture Groups
stri_numbytes Count the Number of Bytes
stri_opts_collator Generate a List with Collator Options
stri_opts_regex Generate a List with Regex Matcher Options
stri_order Ordering Permutation and Sorting
stri_paste Concatenate Character Vectors
stri_prepare_arg_double Prepare a Numeric Vector Argument [internal]
stri_prepare_arg_double_1 Prepare a Numeric Vector Argument [Single Value] [internal]
stri_prepare_arg_integer Prepare an Integer Vector Argument [internal]
stri_prepare_arg_integer_1 Prepare an Integer Vector Argument [Single Value] [internal]
stri_prepare_arg_logical Prepare a Logical Vector Argument [internal]
stri_prepare_arg_logical_1 Prepare a Logical Vector Argument [Single Value] [internal]
stri_prepare_arg_raw Prepare a Raw Vector Argument [internal]
stri_prepare_arg_string Prepare a String Vector Argument [internal]
stri_prepare_arg_string_1 Prepare a String Vector Argument [Single Value] [internal]
stri_read_lines [DRAFT API] Read Text Lines from a Text File
stri_read_raw [DRAFT API] Read Whole Text File as Raw
stri_replace Replace Occurrences of a Pattern
stri_replace_all Replace All Occurrences of a Pattern
stri_replace_all_charclass Replace Occurrences of a Character Class
stri_replace_all_fixed Replace Occurrences of a Fixed Pattern
stri_replace_all_regex Replace Occurrences of a Regex Pattern
stri_replace_first Replace First Occurrence of a Pattern
stri_replace_first_charclass Replace Occurrences of a Character Class
stri_replace_first_fixed Replace Occurrences of a Fixed Pattern
stri_replace_first_regex Replace Occurrences of a Regex Pattern
stri_replace_last Replace Last Occurrence of a Pattern
stri_replace_last_charclass Replace Occurrences of a Character Class
stri_replace_last_fixed Replace Occurrences of a Fixed Pattern
stri_replace_last_regex Replace Occurrences of a Regex Pattern
stri_reverse Reverse Each String
stri_sort Ordering Permutation and Sorting
stri_split Split a String Into Fields
stri_split_charclass Split up a String by a Character Class
stri_split_fixed Split up a String By Fixed Pattern Matches
stri_split_lines Split a String into Text Lines
stri_split_lines1 Split a String into Text Lines
stri_split_regex Split up a String By Regex Pattern Matches
stri_stats_general General Statistics for a Character Vector
stri_stats_latex Statistics for a Character Vector Containing LaTeX Commands
stri_sub Extract a Substring From or Replace a Substring In a Character Vector
stri_sub<- Extract a Substring From or Replace a Substring In a Character Vector
stri_trans_tolower Translate String with Case Mapping
stri_trans_totitle Translate String with Case Mapping
stri_trans_toupper Translate String with Case Mapping
stri_trim Trim Characters from the Left and/or Right Side of a String
stri_trim_both Trim Characters from the Left and/or Right Side of a String
stri_trim_left Trim Characters from the Left and/or Right Side of a String
stri_trim_right Trim Characters from the Left and/or Right Side of a String
stri_unescape_unicode Unscape All Escape Sequences
stri_write_lines [DRAFT API] Write Text Lines to a Text File

-- misc --

%+% Concatenate Two Character Vectors