inside_punct {ruler} | R Documentation |
Inside punctuation regular expression
Description
Function to construct regular expression of form: 'non alpha-numeric characters' + 'some characters' + 'non alpha-numeric characters'.
Usage
inside_punct(.x = "\\._\\.")
Arguments
.x |
Middle characters to be put between non alpha-numeric characters. |
Examples
inside_punct()
inside_punct("abc")
[Package ruler version 0.3.0 Index]