stringi (version 0.2-3)

stringi-package: THE String Processing Package

Description

stringi is THE Rpackage for fast, correct, consistent, and convenient string/text manipulation in each locale and any character encoding. We put great effort to create software that gives predictable results on any platform, in each locale, and any ``native'' system encoding.

Keywords: R, text processing, strings, 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 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 has many links to other interesting facilities.

You are encouraged to call stri_install_check after the package installation or update.

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 and conversion.
  • 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, case-folding, 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-coll; stringi-search-fixed; stringi-search-regex; stringi-search