Skip to content

用来提取字符串中的数字/Used to extract numbers from strings

Notifications You must be signed in to change notification settings

dugudongfangshuo/getNumber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

目前支持获得字符串中的阿拉伯小数,数字 中文数字(包含单位千,万,亿)

About

用来提取字符串中的数字/Used to extract numbers from strings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages