Home | History | Annotate | Download | only in html

Lines Matching full:escape

66 Behave as if each data line contains the \D escape sequence; this causes the
81 Behave as if each data line contains the \M escape sequence; this causes
152 multi-line matches, you have to use the \n escape sequence (or \r or \r\n,
171 If you do so, the escape and the delimiter form part of the pattern, but since
381 \e escape (\x27)
489 If a data line contains the \D escape sequence, or if the command line
492 escape sequence is present in the data line, it stops after the first match is
572 included in data by means of the \n escape (or \r, \r\n, etc., depending on
578 means of the \D escape sequence or the <b>-dfa</b> command line option), the
608 Since the matching function does not support substring capture, the escape
615 match with additional subject data by means of the \R escape sequence. For