Actually, every place that seems to have magically disapeared was an  
Basically, I have a string (a bunch of strings really) and they may or may not have leading spaces. If they do have leading spaces, I want to replace 'each' leading space with an HTML 'non breaking space'  
So far, I can replace all the leading spaces with one   OR I can replace every space in the entire string with the  . Still, no luck doing what I want to do.
One more note, I'm sure I could do what I want with a loop through each character of the string but I think a regular expression would be faster.
Any thoughts would be great.
chuckc