Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 197 Bytes

File metadata and controls

3 lines (3 loc) · 197 Bytes

Ruby does not support POSIX Extended regular expressions, but instead uses PCRE based regular expressions (the preg_* functions in PHP). Check out the PCRE functions for more details.