| oper_plus | Concatenate Two Character Vectors | 
| stri_compare | Compare Strings with or without Collation | 
| 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_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_info | Query Given Character Encoding | 
| stri_enc_isascii | Check If a Data Stream Is Possibly in ASCII | 
| stri_enc_isutf16 | 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_nf | Perform or Check For Unicode Normalization | 
| stri_encode | Convert Strings Between Given Encodings | 
| 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_charclass | Extract Character Class Matches | 
| stri_extract_first | Extract First Pattern Match | 
| stri_extract_fixed | Extract Fixed Pattern Matches | 
| stri_extract_last | Extract Last Pattern Match | 
| stri_extract_regex | Extract Regex Pattern Matches | 
| stri_flatten | Flatten a String | 
| stri_info | Query Default Settings for 'stringi' | 
| stri_isempty | Determine if a String is Empty | 
| stri_join | Concatenate Character Vectors | 
| stri_length | Count the Number of Characters | 
| 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_charclass | Locate Occurrences of a Character Class | 
| stri_locate_first | Locate First Occurrence of a Pattern | 
| stri_locate_fixed | Locate Occurrences of a Fixed Pattern | 
| stri_locate_last | Locate Last Occurrence of a Pattern | 
| stri_locate_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... | 
| stri_match_first | Extract First Regex Pattern Matches, Together with Capture... | 
| stri_match_last | Extract Last Regex Pattern Matches, Together with Capture... | 
| stri_match_regex | Extract Regex Pattern Matches, Together with Capture Groups | 
| stringi-arguments | Passing Arguments to Functions in 'stringi' | 
| stringi-encoding | Character Encodings and 'stringi' | 
| stringi-locale | Locales and 'stringi' | 
| stringi-package | THE String Processing Package | 
| 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_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_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_charclass | Replace Occurrences of a Character Class | 
| stri_replace_first | Replace First Occurrence of a Pattern | 
| stri_replace_fixed | Replace Occurrences of a Fixed Pattern | 
| stri_replace_last | Replace Last Occurrence of a Pattern | 
| stri_replace_regex | Replace Occurrences of a Regex Pattern | 
| stri_reverse | Reverse Each String | 
| 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_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... | 
| stri_trans_case | Translate String with Case Mapping | 
| stri_trim | 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 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.