self assert: ('a.*?com' asKSRegex matches: 'a is a test com blah blah'). | |
self assert: ('^(?:\w+:)?\/\/([^\s\.]+\.\S{2}|localhost[\:?\d]*)\S*$' asKSRegex matches: 'https://www.thisisatest.com/bhal'). | |
self deny: ('^(?:\w+:)?\/\/([^\s\.]+\.\S{2}|localhost[\:?\d]*)\S*$' asKSRegex matches: 'www.thisisatest.com/bhal'). | |
Hi
I would really like to resurrect the REPlugin and its image side abstraction because
I think that this is important to support Perl level regex since it will help
people to reuse their knowledge.
If you are interested in helping let us know.
Stef