MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / isStringNumeric

Function isStringNumeric

src/Core/Utils/StringUtils.cpp:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 }
81
82 bool isStringNumeric(const std::string& str)
83 {
84 return (isStringFloat(str) || isStringInt(str));
85 }
86
87 void replaceInPlace(
88 std::string& subject, const std::string& search, const std::string& replace)

Callers

nothing calls this directly

Calls 2

isStringFloatFunction · 0.85
isStringIntFunction · 0.85

Tested by

no test coverage detected