|
I am trying to “split” a filespec regex into its possible components.
For example, /[Ff].*/ would produce /F.*/ and /f.*/. Another example could be: /G.*|Hi.*/ would produce /G.*/ and /Hi.*/.
Is there a module that can parse the filespec regex and give me the desired results?
Thank you in advance.
Regards,
Sui Ming Louie
|
_______________________________________________ ActivePerl mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
