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

Look ahead and Look behind

  •  03-31-2007, 12:16 AM

    Look ahead and Look behind

    I've been trying to match the pattern below for about a week and can't seem to get it right. I need to match a specific string that is not hyper-linked or enclosed in brackets.I'm sure the code below won't match what i need. It's simply to illustrate what i'm aiming to accomplish:

    [^\{] word here[^\} ]

     Any suggestions would be appreciated.

View Complete Thread