RegExp to convert Hi-ASCII character for html

Does anybody have a ready-made reg-exp (or method) to convert every “not web-safe” character in order to see it correctly displayed in html?

Thanks

If you’re talking about “<” and “&”: Did you check out the escape function under the Utils node?

pbakker:
If you’re talking about “<” and “&”: Did you check out the escape function under the Utils node?

Ehm: no, actually. I’ll test it immediately.

Thanks, Paul