CfParser.stripUnderscores
string stripUnderscores(string s) @safe pure nothrowStrips underscore separators from a numeric string.
Parameters
s | The input string |
Returns
The string with underscores removed.
string stripUnderscores(string s) @safe pure nothrowStrips underscore separators from a numeric string.
s | The input string |