1.0.5 • Published 6 years ago

linxladdress v1.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
6 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

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago