powered by
Function to construct regular expression of form: 'non alpha-numeric characters' + 'some characters' + 'non alpha-numeric characters'.
inside_punct(.x = "\\._\\.")
Middle characters to be put between non alpha-numeric characters.
# NOT RUN { inside_punct() inside_punct("abc") # }
Run the code above in your browser using DataLab