Skip to content

str::digits

digits(input: String)

ParameterTypeDescription
inputStringAny string

Returns

(String) A string with all the digits from the input string, without any other characters.