Previous: String Constants, Up: Strings



3.5.2 String Operators

Currently the only string operators provided are the comparison operators discussed in Comparison Operators and pattern-matching as discussed in Pattern Operators. These operators perform character by character comparisons based on the native character set, usually ASCII.

Some functions for manipulating strings are also available. See .