php-ruby-reference/regex/eregi_replace.markdown at master · saetia/php-ruby-reference · GitHub
Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 234 Bytes

File metadata and controls

7 lines (6 loc) · 234 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.

{{related: pcre/preg_replace }}