strip_down

Strip down question and answer Converts the string to lower-case and takes only letters and numbers

pure @safe
char[]
strip_down
(
const(char[]) text
)
out (result) { assert (result.length > 0); }

Parameters

text const(char[])

Return Value

Type: char[]

stripped text