[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] Perl Regular Expressions



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.

Thanks,
Chris