Illuminate\Support\Str
中文拓展包
- parseAddress
解析中文地址
- isChinese
是否是中文
composer require cooper/laravel-str-chinese-macros
<?php
use Illuminate\Support\str;
Str::parseAddress('广东省深圳市南山区南海大道2163号');
The MIT License (MIT). Please see License File for more information.