Functions to extract the between the (escaped) quotes, in a string.
betweenQuotes(x)
x
A string.
Adrian Dusa
x <- "An example of \"quoted\" text." betweenQuotes(x)