From 97ee01563b793e844609d75acb2ad9405f7f3fa3 Mon Sep 17 00:00:00 2001 From: Dmitry Mikhirev Date: Sat, 9 May 2015 14:26:11 +0300 Subject: fixed some mistypings in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 09c7c31..cc9a089 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ The following options are implemented: The same as in Perl; - `S` enables additional studying of compiled regexp. The same as in PHP; - `u` changes the way of processing `\B`, `\b`, `\D`, `\d`, `\S`, `\s`, `\W`, - `\w` and some of the POSIX character classes forsing them to use Unicode + `\w` and some of the POSIX character classes forcing them to use Unicode properties; - `U` ungreedies quantifiers by default (they still can be made greedy if followed by `?`); @@ -129,7 +129,7 @@ The following options are implemented: The same as in Perl; - `X` enables extra PCRE functionality making the pattern incompatible to Perl. See PCRE documentation for additional information; -- `8` makes both pattern and subject string treated as UTF8. +- `8` makes both pattern and subject string treated as UTF-8. See also -------- -- cgit v1.2.1