SoftadminUtil.String_StripNonDigits

Type: Scalar function

This function takes a string and strips away (removes) all characters that are not digits. If the string contain no digits at all then a value of null is returned.

The special case of a null-string will give a return value of null.

Return value: varchar(8000)

The string with all non digits removed.

Parameters

@String mandatory varchar(8000)
The string to remove all non digits from.