Home | History | Annotate | Download | only in testdata

Lines Matching full:quote

2887  ([\"\'])?                       # find single or double quote
2888 (?(1) (.*?)\1 | ([^\s]+)) # if quote found, match up to next matching
2889 # quote, otherwise match up to next space
2908 /(?:a(?<quote> (?<apostrophe>')|(?<realquote>")) |
2909 b(?<quote> (?<apostrophe>')|(?<realquote>")) )
2910 (?('quote')[a-z]+|[0-9]+)/JIx