indexOfNonQuoted {R.rsp} | R Documentation |
Gets the first index of a string that is not inside a double quoted string
Description
Gets the first index of a string that is not inside a double quoted string.
Usage
## Default S3 method:
indexOfNonQuoted(str, pattern, ...)
Arguments
str |
The |
pattern |
The |
... |
Not used. |
Value
Returns an integer
giving the position of (the first character of)
the search string in the main string. If not found, -1 is returned.
Author(s)
Henrik Bengtsson
See Also
grep
().
[Package R.rsp version 0.45.0 Index]