Well, almost. Actually I just gave "equals" and "not equals" (et cetera) the same keys in the regex and then did roughly:
if ($key =~ /not/) { return $string !~ /$rx/; } else { return $string =~ /$rx/; }
andramoiennepemousapolutropon
In reply to Re: Re: reversing a compiled regex?
by dash2
in thread reversing a compiled regex?
by dash2
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |