Type: Package Package: rex Title: Friendly Regular Expressions Version: 1.2.1.9000 Authors@R: c( person("Kevin", "Ushey", , "kevinushey@gmail.com", role = c("aut", "cre")), person("Jim", "Hester", , "james.f.hester@gmail.com", role = "aut"), person("Robert", "Krzyzanowski", , "rkrzyzanowski@gmail.com", role = "aut") ) Description: A friendly interface for the construction of regular expressions. License: MIT + file LICENSE URL: https://rex.r-lib.org, https://github.com/r-lib/rex BugReports: https://github.com/r-lib/rex/issues Suggests: covr, dplyr, ggplot2, Hmisc, knitr, magrittr, rmarkdown, roxygen2, rvest, stringr, testthat VignetteBuilder: knitr Encoding: UTF-8 RoxygenNote: 7.1.2 Collate: 'aaa.R' 'utils.R' 'escape.R' 'capture.R' 'character_class.R' 'counts.R' 'lookarounds.R' 'match.R' 'or.R' 'rex-mode.R' 'rex.R' 'shortcuts.R' 'wildcards.R' 'zzz.R' Config/Needs/website: r-lib/pkgdown, tidyverse/tidytemplate Imports: withr Repository: https://r-lib.r-universe.dev Date/Publication: 2024-03-12 22:38:52 UTC RemoteUrl: https://github.com/r-lib/rex RemoteRef: HEAD RemoteSha: 7a8fb36a29919c3d447cc823c672af9b5cf1fd68 NeedsCompilation: no Packaged: 2026-07-01 10:13:45 UTC; root Author: Kevin Ushey [aut, cre], Jim Hester [aut], Robert Krzyzanowski [aut] Maintainer: Kevin Ushey