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