从字符串中查找并提取数字
我需要查找和提取字符串中包含的数字。
例如,从这些字符串:
string test = "1 test"string test1 = " 1 test"string test2 = "test 99"
我该怎么做?
相关分类