Home : General : Perl Programming :

General: Perl Programming: Re: [Phix] Converting a scalar to a regular expression: Edit Log

Here is the list of edits for this post
Re: [Phix] Converting a scalar to a regular expression
Ah.. I figured it out.

Thanks for your reply. After a few tests, I got it to work.

What I did was I had to change qq| | to ' ' because the backslashes were being omitted in the actual regular expressions. I forgot that you needed to use 2 backslashes to keep them in a string format.

Last edited by:

set0: Jan 30, 2005, 9:49 AM

Edit Log: