[ale] Perl Regular Expressions

David Corbin dcorbin at machturtle.com
Wed Apr 6 20:30:15 EDT 2005


On Wednesday 06 April 2005 10:29 am, Christopher Fowler wrote:
> Can someone tell me if Perl supports POSIX regular expressions.
>
> I'm using something like this "OPCODE:([[:space:]])+F8H([[:space:]])+"
> since this is on another system I can not convert it to this
> '/OPCODE:\s+F8H\s+/'  I have to use the POSIX form.

It appears to, according to the "perlre" man page.

David



More information about the Ale mailing list