Stringi: Character String Processing Facilities
Total Page:16
File Type:pdf, Size:1020Kb
Package ‘stringi’ August 25, 2021 Version 1.7.4 Date 2021-08-12 Title Character String Processing Facilities Description A multitude of character string/text/natural language processing tools: pattern searching (e.g., with 'Java'-like regular expressions or the 'Unicode' collation algorithm), random string generation, case mapping, string transliteration, concatenation, sorting, padding, wrapping, Unicode normalisation, date-time formatting and parsing, and many more. They are fast, consistent, convenient, and - thanks to 'ICU' (International Components for Unicode) - portable across all locales and platforms. URL https://stringi.gagolewski.com/ http://site.icu-project.org/ https://www.unicode.org/ BugReports https://github.com/gagolews/stringi/issues SystemRequirements C++11, ICU4C (>= 55, optional) Type Package Depends R (>= 3.1) Imports tools, utils, stats Biarch TRUE License file LICENSE Author Marek Gagolewski [aut, cre, cph] (<https://orcid.org/0000-0003-0637-6028>), Bartek Tartanus [ctb], and others (stringi source code); IBM, Unicode, Inc. and others (ICU4C source code, Unicode Character Database) Maintainer Marek Gagolewski <[email protected]> RoxygenNote 7.1.1 Encoding UTF-8 NeedsCompilation yes License_is_FOSS yes Repository CRAN Date/Publication 2021-08-25 12:50:02 UTC 1 2 R topics documented: R topics documented: about_arguments . .4 about_encoding . .5 about_locale . .9 about_search . 10 about_search_boundaries . 12 about_search_charclass . 13 about_search_coll . 18 about_search_fixed . 19 about_search_regex . 20 about_stringi . 24 stri_compare . 26 stri_count . 29 stri_count_boundaries . 30 stri_datetime_add . 32 stri_datetime_create . 33 stri_datetime_fields . 35 stri_datetime_format . 36 stri_datetime_fstr . 40 stri_datetime_now . 41 stri_datetime_symbols . 42 stri_detect . 43 stri_dup . 46 stri_duplicated . 47 stri_encode . 48 stri_enc_detect . 50 stri_enc_detect2 . 52 stri_enc_fromutf32 . 54 stri_enc_info . 55 stri_enc_isascii . 56 stri_enc_isutf16be . 57 stri_enc_isutf8 . 58 stri_enc_list . 59 stri_enc_mark . 60 stri_enc_set . 61 stri_enc_toascii . 62 stri_enc_tonative . 63 stri_enc_toutf32 . 64 stri_enc_toutf8 . 65 stri_escape_unicode . 66 stri_extract_all . 67 stri_extract_all_boundaries . 70 stri_flatten . 72 stri_info . 73 stri_isempty . 74 stri_join . 75 stri_join_list . 76 R topics documented: 3 stri_length . 77 stri_list2matrix . 78 stri_locale_info . 80 stri_locale_list . 81 stri_locale_set . 82 stri_locate_all . 83 stri_locate_all_boundaries . 87 stri_match_all . 89 stri_na2empty . 91 stri_numbytes . 92 stri_opts_brkiter . 93 stri_opts_collator . 95 stri_opts_fixed . 97 stri_opts_regex . 99 stri_order . 101 stri_pad_both . 102 stri_rand_lipsum . 104 stri_rand_shuffle . 105 stri_rand_strings . 106 stri_rank . 107 stri_read_lines . 108 stri_read_raw . 109 stri_remove_empty . 110 stri_replace_all . 111 stri_replace_na . 115 stri_replace_rstr . 116 stri_reverse . 116 stri_sort . 117 stri_sort_key . 118 stri_split . 120 stri_split_boundaries . 122 stri_split_lines . 124 stri_sprintf . 126 stri_startswith . 128 stri_stats_general . 131 stri_stats_latex . 132 stri_sub . 133 stri_subset . ..