months_abb_regex {sdtm.oak} | R Documentation |
Regex for months' abbreviations
Description
months_abb_regex()
generates a regex that matches month abbreviations. For
finer control, the case can be specified with parameter case
.
Usage
months_abb_regex(x = month.abb, case = c("any", "upper", "lower", "title"))
Arguments
x |
A character vector of three-letter month abbreviations. Default is
|
case |
A string scalar: |
Value
A regex as a string.
[Package sdtm.oak version 0.1.0 Index]