Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To make it work, remove the new-line control characters with the definitos you use in Regexexpressions you know from the Regex syntax:

  • like tabs \t

  • new-lines \n

  • carriage returns \r

...