Got more questions? Find advice on: ASP | SQL | XML | Windows
Welcome to RegexAdvice Sign in | Join | Help

Regular Expression for LeadLag

  •  06-12-2011, 3:02 AM

    Regular Expression for LeadLag

    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

View Complete Thread