Regular expression examples: Difference between revisions

Content deleted Content added
m Reverted edit(s) by 155.140.255.215 identified as test/vandalism using STiki
Line 14:
=~ s/// ;; indicates a regex '''substitution''' operation in perl
 
Also worth noting is that these regular expressions are all Perl-like syntax. Standard POSIX regular expressions are different.Yes
 
== Examples ==