renovate regexps

This commit is contained in:
Ilya Kantor 2015-03-22 18:54:57 +03:00
parent 9122b131d0
commit f6f6b20178
17 changed files with 397 additions and 138 deletions

View file

@ -1,4 +1,4 @@
# Word boundary
# Word boundary [todo]
Another position check is a *word boundary* <code class="pattern">\b</code>. It doesn't match a character, but matches in situations when a wordly character follows a non-wordly or vice versa. A "non-wordly" may also be text start or end.
[cut]