zoukankan      html  css  js  c++  java
  • 在线正则表达式校验

    关于正则表达式的学习

    元字符+限定符的组合

    元字符  限定符                       意义                             
     .              +                       匹配至少大于一次                单个字符
    d             ?                       匹配0次或者1次                   单个数字
    [0-9]         *                       匹配0次或者多次                  0-9
    [a-zA-Z]    {n,}{n,m}{n}      匹配限定次数                       等价所有大小字母 
  • 相关阅读:
    Valid Parentheses
    3Sum
    泛型(一)
    Longest Common Prefix
    Roman to Integer
    Integer to Roman
    Container With Most Water
    知道创宇研发技能表v2.2
    anti-dns pinning 攻击
    dominator
  • 原文地址:https://www.cnblogs.com/zz-1021/p/14455992.html
Copyright © 2011-2022 走看看