User Tools

Site Tools


regex:alpha

This is an old revision of the document!


Regex - Alpha

Letters only

^[A-Za-z]+$

Capital letters only

^[A-Z]+$

Small letters only

^[a-z]+$

regex/alpha.1663716023.txt.gz · Last modified: 2022/09/20 23:20 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki