We know that only digits are present if this range is empty. import std.ascii; import std.algorithm;. bool b = s.all!isDigit;. b = Regex.match?(~r{\A\d*\z}, ...
確定! 回上一頁