drot98385 2018-06-13 18:20
浏览 23
已采纳

如何检查字符串上有一个单词混合字母?

How to check string on it has mixed (latin & cyrillic) symbols in one word? For example:

$str = 'This is test string'; //ok
$str = 'This is тест string'; //ok
$str = 'This is тестstring'; // <-- fail, how to detect this?

More examples:

$str = 'This is тест_123 string'; //ok
$str = 'This is {тест}_string'; //fail
$str = 'Абвгabcd'; //fail
$str = 'Абвг_abcd'; //fail
$str = 'Абвг abcd'; //ok
$str = 'This sentence has русское word'; //ok
$str = 'This has splittedкириллицаletters word'; //fail
  • 写回答

2条回答 默认 最新

  • doupeng8419 2018-06-13 19:44
    关注

    Found solution, it passed all tests

    $result = preg_match_all('/\S*[а-яА-Я]\S*[a-zA-Z]\S*|\S*[a-zA-Z]\S*[а-яА-Я]\S*/', $str, $matches);
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 单片机学习顺序问题!!
  • ¥15 ikuai客户端多拨vpn,重启总是有个别重拨不上
  • ¥20 关于#anlogic#sdram#的问题,如何解决?(关键词-performance)
  • ¥15 相敏解调 matlab
  • ¥15 求lingo代码和思路
  • ¥15 公交车和无人机协同运输
  • ¥15 stm32代码移植没反应
  • ¥15 matlab基于pde算法图像修复,为什么只能对示例图像有效
  • ¥100 连续两帧图像高速减法
  • ¥15 如何绘制动力学系统的相图