setMultiline

setMultiline(enable: Boolean): JadeRegexPattern;

This method returns its own modified receiver, to allow call chaining. (By default, enclosed characters are not treated as literals.)

Call the setMultiline method of the JadeRegexPattern class with the enable parameter set to true to specify that the $ and ^ meta‑characters match the new line character.

The meta‑characters must be set to true before you call the compile method.

2020.0.01 and higher