in reply to Regex Debugger?
Use YAPE::Regex::Explain to see if the explanation matches your expectations.
Use GraphViz::Regex similarly.
Try tweaking the regex using a tool such as The Regex Coach (Win32 only, IIRC), or Regex Lab.
See if someone else has already done something similar.
Use Regexp::Assemble to combine smaller, individually working pieces.
See Debugging Regexes.
HTH,
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Regex Debugger?
by zeke (Acolyte) on Oct 13, 2006 at 15:18 UTC |