1.0.5 • Published 5 years ago

linxladdress v1.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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.

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago