Token starting with ?

SyntaxEditor for Windows Forms Forum

Posted 20 years ago by MJA - Belgium
Avatar
Some of my tokens starts with ?.
How to define them in the list of tokens (<ExplicitPatterns> ... <\ExplicitPatterns>
). Using ?SS ?TR ?RQ causes an error.

Comments (1)

Posted 20 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Question marks are a control character in regular expressions. You need to escape them so put "\?" instead of just "?".


Actipro Software Support

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

Add Comment

Please log in to a validated account to post comments.