This commit is contained in:
Kovid Goyal 2018-01-05 12:49:39 +05:30
parent 2e5c05ed6a
commit 89f19cef05
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -157,7 +157,7 @@ character. The most useful anchors for text processing are:
not ``absurd``. not ``absurd``.
``^`` ``^``
Matches the start of the line (in multi-line mode, which is the Matches the start of a line (in multi-line mode, which is the
default) default)
``$`` ``$``