Token starting with ?

SyntaxEditor for Windows Forms Forum

Posted 21 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 21 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 (v25.1.0) was released 25 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.