Lines Matching refs:literal
425 a a a a literal 'a'
428 \. \. . . literal dot
434 \\ \\ \\ \\ literal backslash
435 \{ { { { literal curly brace
482 |/\^| \^ \^ literal '^'
485 |/\$| \$ \$ literal '$'
798 start-of-line; at other positions, matches literal '^'. |/zero-width|
803 \^ Matches literal '^'. Can be used at any position in the pattern, but
815 matches end-of-line <EOL>; at other positions, matches literal '$'.
819 \$ Matches literal '$'. Can be used at any position in the pattern, but
1066 When matching in a string instead of buffer text a literal newline
1185 - To include a literal ']', '^', '-' or '\' in the collection, put a