Internet »
Cold Fusion »
Reference
REREPLACE UNICODE
Using character classes
Using character classes Using character classes View comments Contents > Developing ColdFusion MX Applications > Using Regular Expressions in Functions > Regular expression syntax > Using character classes Using character classes In character sets within regular expressions, you can include a character class. You enclose the character class inside square brackets, as the following example shows:
rereplace ("Macromedia Web Site","[[:space:]]","*","ALL") This code replaces all the spaces with ...
http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/regexp13.htm [
cache]