UNPKG

linxladdress

Version:

Separate a string containing name, address and phone number.

13 lines 304 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>linxlAddress</title> </head> <body> <script src="linxlAddress.js"></script> <script type="text/javascript"> console.log(linxlAddress('18300000000赵三广东广州天河林和中路11号')) </script> </body> </html>