This is just barely scratching the surface of what Perl's regex capabilities. Only supports // as delimiters.
In order to realize anything close to what Perl offers, we will probably need to write our own parser class, that should also help us implement string interpolation and quote operators (q, qq etc).
This is just barely scratching the surface of what Perl's regex capabilities. Only supports // as delimiters.
In order to realize anything close to what Perl offers, we will probably need to write our own parser class, that should also help us implement string interpolation and quote operators (q, qq etc).