Normal
hi,could anyone help here pleaseHere's the regex:<br>(?<movieGenre>.+)\|(?<movieLand>.+)\|(?<movieYear>.+)</td>The text:<br> Komödie | USA | 2007 </td>in use this regex finds everything right but with the the whitespaces, what i have to do to find without the whitespaces.thanks in advanceSchenk
hi,
could anyone help here please
Here's the regex:
<br>(?<movieGenre>.+)\|(?<movieLand>.+)\|(?<movieYear>.+)</td>
The text:
<br> Komödie | USA | 2007 </td>
in use this regex finds everything right but with the the whitespaces, what i have to do to find without the whitespaces.
thanks in advance
Schenk