String Functions (Transact-SQL)

The following scalar functions perform an operation on a string input value and return a string or numeric value:

All built-in string functions are deterministic. This means they return the same value any time they are called with a specific set of input values. For more information about function determinism, see Deterministic and Nondeterministic Functions.