AdobeStock_455007340

Regular Expressions and Escape Sequences

If you need to refer to specific characters in Regular Expressions (even special ones like tab and new line) you may escape them using their hexadecimal or octal values. Hexadecimal values are specified in the format x00, and octal values are specified in the format 00. (Applies to: ColdFusion MX)

Leave a Reply