Lines Matching full:delimiter
1794 // Loop through the input text, searching for the delimiter pattern
1805 // capture groups of the delimiter expression, in which case we will discard the
1824 // We found another delimiter. Move everything from where we started looking
1825 // up until the start of the delimiter into the next output string.
1837 // If the delimiter pattern has capturing parentheses, the captured
1865 // The delimiter was at the end of the string.
1883 // We ran off the end of the input while looking for the next delimiter.