Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


Regular expression regexp

grep and egrep with regular expression


CTRL + H
punctuation\p{Punct}+
number[0-9]+
start with number^[0-9]+
remove all letters[a-z]|[A-Z]
all letters ( including Chinese char )

[[:alpha:]]

[\u\l]


  • No labels