Hi All,
I need regular expression to validate the text
The text might be in any of the below format
LeadLag(22,+@2,33)
LeadLag(22,-@2,33)
LeadLag(22,-@2)
LeadLag(22,33)
In place of 22,33 and 2 there might be any number
I do not know much about how to generate regular expression for the string as above.
Can anybody please help me out?
Thanks in Advance,
Mahesh Marathe