Html non breaking space character not recognized?
Richard Hill <[email protected]> Wed, 14 May 2003 15:40:19 -0700
| Newsgroups | gmane.comp.jakarta.oro.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, I'm using jakarta-oro-2.0.4 and I'm looking for a match in an html file: html: >Alumni</b> < regex: >Alumni<\/b> < It seems to have trouble with the non breaking space ( ). The regex can find everything up to >Alumni<\/b> and it even works with >Alumni<\/b> but when I use >Alumni<\/b> < it can't find the less than (<). I'm almost positive that it's the that is causing the problem. I tried substituting with \s and \s* but it still doesn't work. Does anyone know why it doesn't recognize the  ?...or is something else? Thanks, Richard