Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
195
Alternative for Regular Expression in Creation of a Terminal Symbol in XamSyntaxEditor
posted

The following reg expression does exactly what I need it to do:

^(LASTRUN)*$

It matches the literal "LASTRUN" exactly and doesn't allow whitespace or any other characters anywhere(beginning, middle, or end of word).

Here is the error I get when implementing - 

The regular expression value is invalid:
^ - Start of line matching is not supported
$ - End of line matching is not supported

Is there a way to get around this or is there alternative regex  to make this work?

Thanks,

Andy

Parents Reply Children
No Data