Hi all,
I have a weird requirement for a live project.
I have a regular expression. Now I am supposed to 
generate a sample string which conforms to that
regular expression.
For example if "s*" is the input, it should emit
s1 or anything preceded by s. 
Any ideas how to do it?

Thanks
sudhir


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to