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

Browse by Tags

All Tags » slow expression
Sorry, but there are no more tags available to filter with.
  • very slow expression !! strange behaviour

    Hi all, I'm facing very strange behavior. i'm trying to create regualr expression that will match the string: [any characters with spaces].[any characters with spaces]  & i don't want to allow any chars before or after the string. i create this expression: ^\[(\s*\w+\s*)+\]\.\[(\s*\w+\s*)+\]$ & using the .net as ...
    Posted to Performance (Forum) by bashar_naffa on April 30, 2007