1.2 Regular Expression
正则表达式是一种形式语言,formal language,被广泛使用的最弱的形式语言(the weakest formal language);
Atomic RE:
- Single Character: L('c') = ["c"];
- Epsilon: = [""];
- Concentration: L(AB) = ;
- Union: L(A | B) = ;
- Repitation: ;
正则表达式是一种形式语言,formal language,被广泛使用的最弱的形式语言(the weakest formal language);
Atomic RE: