Which posix flavor of regex does perl use?

Posted by Kyle on Stack Overflow See other posts from Stack Overflow or by Kyle
Published on 2010-04-07T16:18:28Z Indexed on 2010/04/07 16:23 UTC
Read the original article Hit count: 262

Filed under:
|
|
|
|

Specifically, I'm using the linux command:

find . -regextype posix-extended -regex '' ...

I just want to make sure the posix type I'm using is the type Perl uses, since that is by far the one I am most familiar with.

© Stack Overflow or respective owner

Related posts about posix

Related posts about perl