| Title |
Test
Find
Combination OF Alpha Characters And Period
|
| Expression |
^[a-zA-Z]+(\.[a-zA-Z]+)+$ |
| Description |
Regular expression :Finite automata rule
Values should preceed with characters of set [A-Za-z] and followed with period and character set [A-Za-z] |
| Matches |
santosh.poojari | santosh.n.poojari | san.n.poo.ja.poo.id.op.dd. |
| Non-Matches |
santosh. | .santosh. | santosh.poojari. |
| Author |
Rating:
Not yet rated.
santosh narayan poojari
|
| Source |
|
| Your Rating |
|