京东自营 618 + 国补 iPhone 历史最低价

Java 将字符串与模式匹配

将字符串与模式匹配
实例源码:
源代码:
执行
执行中...
执行结果:
  • a@k matches the regex .@.
  • webmaster@mypkg.com does not match the regex .@.
  • r@j matches the regex .@.
  • a%N does not match the regex .@.
  • .@. matches the regex .@.
  •  
    本文系作者在时代Java发表,未经许可,不得转载。如有侵权,请联系nowjava@qq.com删除。

    编辑于

    关注时代Java

    关注时代Java