CfParser.stripUnderscores

string stripUnderscores(string s) @safe pure nothrow

Strips underscore separators from a numeric string.

Parameters

sThe input string

Returns

The string with underscores removed.