getNumber
用来提取字符串中的数字/Used to extract numbers from strings
使用方法 How to use?
import numberTqUtils
result = extract_number_with_units("this has 10.2 person")
print(result)
支持情况 support
目前支持获得字符串中的阿拉伯小数,数字 中文数字(包含单位千,万,亿)
用来提取字符串中的数字/Used to extract numbers from strings
import numberTqUtils
result = extract_number_with_units("this has 10.2 person")
print(result)
目前支持获得字符串中的阿拉伯小数,数字 中文数字(包含单位千,万,亿)