linxladdress

Separate a string containing name, address and phone number.

Usage no npm install needed!

<script type="module">
  import linxladdress from 'https://cdn.skypack.dev/linxladdress';
</script>

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.