Lines Matching refs:backslash
399 match exactly the same character in the text. When preceded with a backslash
403 Other characters have a special meaning without a backslash. They need to be
404 preceded with a backslash to match literally. For example "." matches any
419 Use of "\V" means that after it, only a backslash and the terminating
434 \\ \\ \\ \\ literal backslash
664 The } may optionally be preceded with a backslash: \{n,m\}.
1092 \x A backslash followed by a single character, with no special meaning,
1186 backslash before it: "[xyz\]]", "[\^xyz]", "[xy\-z]" and "[xyz\\]".
1187 (Note: POSIX does not support the use of a backslash this way). For
1209 NOTE: The other backslash codes mentioned above do not work inside
1288 matches a <NL> in the string. The use of "\n" (backslash n) to match a <NL>