in reply to regex error puzzle
Try changing the second to s/\Q$delete_candidate//; in order to escape the asterisks.
Update: Recounted line numbers... the regex in question is on line 10.
Update 2: Originally thought the error gave the line of the if statement... tye posted a correction while I was posting the first update.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: regex error puzzle (line no)
by tye (Sage) on May 09, 2006 at 17:53 UTC |