linxladdress
v1.0.5
Published
Separate a string containing name, address and phone number.
Downloads
7
Readme
linxlAddress
将一个包含姓名、地址和手机/电话号码的字符串拆分开来。
base
<script src="linxlAddress.js"></script>
<script type="text/javascript">
console.log(linxlAddress('18300000000赵三广东广州天河林和中路11号'))
</script>
npm
npm install linxladdress --save
import linxlAddress from 'linxladdress';
console.log(linxlAddress('18300000000赵三广东广州天河林和中路11号'))
License
This project is licensed under the terms of the MIT license.