stringi (version 1.1.5)

stringi-package: THE String Processing Package

Description

stringi is THE R package for fast, correct, consistent, and convenient string/text manipulation. It gives predictable results on every platform, in each locale, and under any ``native'' character encoding.

Keywords: R, text processing, character strings, internationalization, localization, ICU, ICU4C, i18n, l10n, Unicode.

Homepage: http://www.gagolewski.com/software/stringi/

License: The BSD-3-clause license for the package code, the ICU license for the accompanying ICU4C distribution, and the UCD license for the Unicode Character Database. See the COPYRIGHTS and LICENSE file for more details.

Arguments

Facilities available

Refer to the following:

Note that each man page provides many further links to other interesting facilities and topics.

Details

Manual pages on general topics:

  • stringi-encoding -- character encoding issues, including information on encoding management in stringi, as well as on encoding detection and conversion.

  • stringi-locale -- locale issues, including locale management and specification in stringi, and the list of locale-sensitive operations. In particular, see stri_opts_collator for a description of the string collation algorithm, which is used for string comparing, ordering, sorting, case-folding, and searching.

  • stringi-arguments -- information on how stringi treats its functions' arguments.

References

stringi Package homepage, http://www.gagolewski.com/software/stringi/

ICU -- International Components for Unicode, http://www.icu-project.org/

ICU4C API Documentation, http://www.icu-project.org/apiref/icu4c/

The Unicode Consortium, http://www.unicode.org/

UTF-8, a transformation format of ISO 10646 -- RFC 3629, http://tools.ietf.org/html/rfc3629

See Also

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