fix_to_regex {baizer} | R Documentation |
trans fixed string into regular expression string
Description
trans fixed string into regular expression string
Usage
fix_to_regex(p)
Arguments
p |
raw fixed pattern |
Value
regex pattern
Examples
fix_to_regex("ABC|?(*)")
[Package baizer version 0.8.0 Index]