Reply to thread

hi,


could anyone help here please:)


Here's the regex:


<br>(?<movieGenre>.+)\|(?<movieLand>.+)\|(?<movieYear>.+)</td>


The text:


<br>        Komödie&nbsp;|&nbsp;        USA&nbsp;|&nbsp;        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


Top Bottom