indexOfNonQuoted {R.rsp} | R Documentation |
Gets the first index of a string that is not inside a double quoted string.
## Default S3 method: indexOfNonQuoted(str, pattern, ...)
str |
The |
pattern |
The |
... |
Not used. |
Returns an integer
giving the position of (the first character of)
the search string in the main string. If not found, -1 is returned.
Henrik Bengtsson
grep
().