如何在 php 中使用正则表达式匹配阿拉伯字母
我如何在 php
我的代码中将阿拉伯字母与正则表达式匹配
$name = $_GET("name");
if (arabic letters only and spaces) // using regexp
How can i Match arabic letters with regexp in php
My Code
$name = $_GET("name");
if (arabic letters only and spaces) // using regexp
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我想你的答案就在这里:
根据 PHP 中的字形检查字符串的语言
I think your answer is here:
Check the language of string based on glyphs in PHP
我使用的是 PHP 版本 7.3.33,以下解决方案对我有用。
I am using PHP version 7.3.33 and the following solution worked for me.