Skip to content

Commit a3f39ee

Browse files
committed
searching: fix typo in Character Properties
1 parent 8a95534 commit a3f39ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/searching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ These properties behave similar to named character classes, but cannot be contai
376376

377377
* `\p☒` or `\p{`_name_`}` ⇒ Same as `[[:☒:]]` or `[[:`_name_`:]]`, where ☒ stands for one of the short names from the table above, and _name_ stands for one of the full names from above. For instance, `\pd` and `\p{digit}` both stand for a digit, just like the escape sequence `\d` does.
378378

379-
* `P☒` or `\P{`_name_`}` ⇒ Same as `[^[:☒:]]` or `[^[:`_name_`:]]` (not belonging to the class _name_).
379+
* `\P☒` or `\P{`_name_`}` ⇒ Same as `[^[:☒:]]` or `[^[:`_name_`:]]` (not belonging to the class _name_).
380380

381381
##### Character escape sequences
382382

0 commit comments

Comments
 (0)