Posted 16 years ago
by Magnus Nilsson
Version: 4.0.0271
Platform: .NET 2.0
Environment: Windows XP (32-bit)
I think I found a bug in your regular expressions engine.
If I would want to find "the" in a text, but not "the ", I would write the regular expression "the(?! )", which makes SyntaxEditor throw an exception. However, this expression works fine in .Net.
If I would want to find "the" in a text, but not "the ", I would write the regular expression "the(?! )", which makes SyntaxEditor throw an exception. However, this expression works fine in .Net.