in reply to regex checking

Well by using use re "debug"; you will get info printed on how the regex tries to match something. It will print both successes and failures and can be quite lenghty. And something similar is this Yape-Regex-Explain module (haven't used myself).

Replies are listed 'Best First'.
Re^2: regex checking
by Tomtom (Scribe) on May 26, 2005 at 08:53 UTC
    Thank you :)
    I'll take a look at this.