2009年1月29日

Regular Expressions

我把閱讀到有關 Regular Expressions 的格式,作個簡單的整理。
字元 (metacharacter)
符號說明範例對應
.任何字元...A6x
\d數字\d\d65
\w文字\w\w-\d\dCX-97
\s空格
^起始樣式^\w\d-\dA7-8
$結束樣式^\d\d-\d\d\d$34-486
量詞 (quantifier)
符號說明範例對應
*0或多次
+1或多次^\w+@\w+\.\w+dyson@hello.com
?0或1次(blue|red)?BallblueBall, redBall, Ball
{n}n次
{min,max}min至max次
()子集合
|

[reference]
regular expression syntax: http://www.regexlab.com/en/regref.htm

沒有留言:

Deploying Vue & .NET with Google OAuth on GCP Cloud Run

Deploying Vue & .NET with Google OAuth on GCP Cloud Run Deploying Vue & .NET with Google OAuth on GCP Cloud Run...