In regex, it appears that the white space character class, \s, doesn't recognize the html non-breaking space character,
Of course, I could define a character string to use (\s| )+, but is there a pre-defined perl character class which includes it along with the other space characters?