Package: strex Title: Extra String Manipulation Functions Version: 2.1.0 Authors@R: person("Rory", "Nolan", , "rorynoolan@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-5239-4043")) Description: There are some things that I wish were easier with the 'stringr' or 'stringi' packages. The foremost of these is the extraction of numbers from strings. 'stringr' and 'stringi' make you figure out the regular expression for yourself; 'strex' takes care of this for you. There are many other handy functionalities in 'strex'. Contributions to this package are encouraged; it is intended as a miscellany of string manipulation functions that cannot be found in 'stringi' or 'stringr'. License: GPL-3 URL: https://rorynolan.github.io/strex/, https://github.com/rorynolan/strex BugReports: https://github.com/rorynolan/strex/issues Depends: R (>= 3.5), stringr (>= 1.5) Imports: checkmate (>= 1.9.3), lifecycle, magrittr (>= 1.5), rlang (>= 1.0), stats, stringi (>= 1.7.8), utils Suggests: bench, covr, knitr, purrr, rmarkdown, spelling, testthat (>= 3.0) VignetteBuilder: knitr Biarch: TRUE Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: libicu-dev Repository: https://rorynolan.r-universe.dev Date/Publication: 2026-07-05 01:42:37 UTC RemoteUrl: https://github.com/rorynolan/strex RemoteRef: HEAD RemoteSha: 2ecbec20a4311dbfbfee36fa787354c727e5838e NeedsCompilation: yes Packaged: 2026-07-05 02:30:30 UTC; root Author: Rory Nolan [aut, cre] (ORCID: ) Maintainer: Rory Nolan