Articles tagged string
- Using JavaScript String Operators in ColdFusion 8
- In addition to the comparison operators, which can be used on string values, the concatenation operator (&) concatenates two string values together, returning another string that is the union of the two operand strings. For example, "my " & "string" returns the string "my string". Read more – ‘Using JavaScript String Operators in ColdFusion 8’.
