regexp: add support for \D, \W and \S
commit1ea06e8f2b15842aa68f2648b7ba70ab1038cf83
authorSteve Bennett <steveb@workware.net.au>
Sun, 10 Nov 2013 01:07:20 +0000 (10 11:07 +1000)
committerSteve Bennett <steveb@workware.net.au>
Tue, 2 Feb 2016 02:48:14 +0000 (2 12:48 +1000)
treede83536b167d10785ccce054e2ae656701551ab4
parent7d0ac6440939ca38cf2f7be89c856f76b0fb9f9a
regexp: add support for \D, \W and \S

These are the negated versions of \d, \w and \s

Signed-off-by: Steve Bennett <steveb@workware.net.au>
jimregexp.c
tests/regexp.test