Learn R Programming

stringi (version 0.1-25)

stringi-package: THE String Processing Package

Description

stringi is THE Rpackage for very fast, correct, consistent, and convenient string/text manipulation in each locale and any character encoding. We are putting great effort to create software that works as you expect on any platform, in each locale, and any ``native'' system encoding.

Keywords: internationalization, localization, ICU, ICU4C, i18n, l10n, Unicode

Homepage: http://stringi.rexamine.com

License: The BSD-3-clause license for the package code, the ICU license for 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 has many links to other interesting facilities.

The stringi user is encouraged to call stri_install_check after the package installation.

Details

Manual pages on general topics (must-read):
  • stringi-encoding-- character encoding issues, including information on encoding management instringi, as well as on encoding detection, conversion, and Unicode normalization.
  • stringi-locale-- locale issues, including i.a. locale management and specification instringi, and the list of locale-sensitive operations. In particular, seestri_opts_collatorfor a description of the string collation algorithm, which is used for string comparing, ordering, sorting, casefolding, and searching.
  • stringi-arguments-- howstringideals with its functions' arguments.

References

stringi Package homepage, http://stringi.rexamine.com

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-charclass; stringi-search-fixed; stringi-search-regex; stringi-search