Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
regex weird behaviour
#2
[number] is a QM string escape sequence. In this case need to escape [ character. If don't know how to do it: enter the text in the Text dialog and click OK. It inserts code with escaped string.

Macro Macro3163
Code:
Copy      Help
str r = "433\.[91]012389]1"

Another way - raw multiline string.

Macro Macro3163
Code:
Copy      Help
str r =
;433\.[012389]1


Messages In This Thread
regex weird behaviour - by zandar - 02-06-2022, 09:32 AM
RE: regex weird behaviour - by Gintaras - 02-06-2022, 04:24 PM
RE: regex weird behaviour - by zandar - 02-06-2022, 05:58 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)