troupe-tecnologia/accent-string-regex-builder
Composer 安装命令:
composer require troupe-tecnologia/accent-string-regex-builder
包简介
Simple helper to create a regex from string to match all the results ignoring accents.
README 文档
README
Simple helper to create a regex from string to match all the results ignoring accents.
Installation
composer require troupe-tecnologia/accent-string-regex-builder
Usage
use AccentStringRegexBuilder\AccentString; $input = 'A E I O U C'; var_dump(AccentString::toRegex($input)); // Output: '[aáàãâä] [eéèêë] [iíìîï] [oóòõôö] [uúùûü] [cç]'
Contributing
Please see CONTRIBUTING for details.
License
ArrayKeysCaseTransform is released under the MIT License. Please see License File for more information.
统计信息
- 总下载量: 224
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-06-23