indexOfNonQuoted.RdGets the first index of a string that is not inside a double quoted string.
# S3 method for default
indexOfNonQuoted(str, pattern, ...)Returns an integer giving the position of (the first character of)
the search string in the main string. If not found, -1 is returned.
grep().