in reply to How do you use a variable value within a regular expression pattern properly?

Use braces, like: "${myvar}REC".


The way forward always starts with a minimal test.
  • Comment on Re: How do you use a variable value within a regular expression pattern properly?
  • Download Code

Replies are listed 'Best First'.
Re^2: How do you use a variable value within a regular expression pattern properly?
by Anonymous Monk on Sep 11, 2017 at 11:38 UTC
    Thank you very much!