|
|
| The stupid question is the question not asked | |
| PerlMonks |
Comment on |
| ( #3333=superdoc: print w/ replies, xml ) | Need Help?? |
|
> Is there a way to put special characters in the left part of the regular expression?
with special characters you mean the regex wildcards you're including for ... and the answer is no. in short
what could maybe work is to successively strip common beginning and/or ending parts. "Gallia est ..." is the smallest starting substring till an ellipsis. Deleting it from both strings:
this configuration is always true. such a strategy might work.
Cheers Rolf In reply to Re: Using special characters in left part of a regex match?
by LanX
|
|