Stringr: Simple, Consistent Wrappers for Common String Operations

Package `stringr'

November 15, 2023

Title Simple, Consistent Wrappers for Common String Operations Version 1.5.1 Description A consistent, simple and easy to use set of wrappers around

the fantastic 'stringi' package. All function and argument names (and positions) are consistent, all functions deal with ``NA'''s and zero length vectors in the same way, and the output from one function is easy to feed into the input of another. License MIT + file LICENSE

URL ,

BugReports Depends R (>= 3.6) Imports cli, glue (>= 1.6.1), lifecycle (>= 1.0.3), magrittr, rlang

(>= 1.0.0), stringi (>= 1.5.3), vctrs (>= 0.4.0) Suggests covr, dplyr, gt, htmltools, htmlwidgets, knitr, rmarkdown,

testthat (>= 3.0.0), tibble VignetteBuilder knitr Config/Needs/website tidyverse/tidytemplate Config/testthat/edition 3 Encoding UTF-8 LazyData true RoxygenNote 7.2.3 NeedsCompilation no Author Hadley Wickham [aut, cre, cph],

Posit Software, PBC [cph, fnd] Maintainer Hadley Wickham Repository CRAN Date/Publication 2023-11-14 23:10:02 UTC

1

2

case

R topics documented:

case . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 invert_match . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 modifiers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 stringr-data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 str_c . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 str_conv . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 str_count . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 str_detect . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 str_dup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 str_equal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 str_escape . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 str_extract . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 str_flatten . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 str_glue . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 str_length . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 str_like . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 str_locate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 str_match . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 str_order . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 str_pad . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 str_remove . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 str_replace . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24 str_replace_na . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25 str_split . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26 str_starts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 str_sub . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 str_subset . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30 str_trim . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31 str_trunc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32 str_unique . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33 str_view . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34 str_which . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35 str_wrap . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36 word . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37

Index

39

case

Convert string to upper case, lower case, title case, or sentence case

case

3

Description

? str_to_upper() converts to upper case. ? str_to_lower() converts to lower case. ? str_to_title() converts to title case, where only the first letter of each word is capitalized. ? str_to_sentence() convert to sentence case, where only the first letter of sentence is capi-

talized.

Usage str_to_upper(string, locale = "en") str_to_lower(string, locale = "en") str_to_title(string, locale = "en") str_to_sentence(string, locale = "en")

Arguments string locale

Input vector. Either a character vector, or something coercible to one.

Locale to use for comparisons. See stringi::stri_locale_list() for all possible options. Defaults to "en" (English) to ensure that default behaviour is consistent across platforms.

Value A character vector the same length as string.

Examples

dog ................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download