Dear All,
I am looking for a way to parse a RegEx entered by the user to ensure that it is a valid RegEx e.g. :
\d{2,4} = pass
\d{2,4 = fail
the standard functions listed for a RegEx don't seem to have this functionality, any ideas ?
Greg Griffiths
Livelink Certified Developer & ECM Global Star Champion 2005 & 2006
I am looking for a way to parse a RegEx entered by the user to ensure that it is a valid RegEx e.g. :
\d{2,4} = pass
\d{2,4 = fail
the standard functions listed for a RegEx don't seem to have this functionality, any ideas ?
Greg Griffiths
Livelink Certified Developer & ECM Global Star Champion 2005 & 2006