|
New lines in regular expressions Hello,
I am trying to search for a string pattern that includes new lines with the
select-string cmdlet. I was looking for something like \n to match a new line
in the regular expression but I can't seem to find anything.
Also, what would be the general syntax to include a new line in a string
(not speaking of regular expressions here) ?
Any help is appreciated.
Thanks,
Xavier |