Posted 16 years ago by Magnus Nilsson
Version: 4.0.0271
Platform: .NET 2.0
Environment: Windows XP (32-bit)
Avatar
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.

Comments (2)

Posted 16 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Magnus,

Our engine doesn't treat whitespace as significant. So you would have to specify the space character probably either by escaping it or via a whitespace char class.


Actipro Software Support

Posted 16 years ago by Magnus Nilsson
Avatar
Sorry, now I see you specify this in the documentation.

Thanks,
Magnus
The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.