Displaying page
of
pages;
Items to
Title |
Test
Details
Package Name Validator
|
Expression |
^([a-z]+?\.[a-z]+)+\%$
|
Description |
This can be used to validate package names ending with %. If % is not needed ^([a-z]+?\.[a-z]+)+. (.....) can be used to make that part common. "+" is for more than one number of occurences. "?" is for one "." (dot) charactor
|
Matches |
aaa.bbb% a.b.cccc.dd%
|
Non-Matches |
aa% aaa.% aaa.bbb. aaa.bbb
|
Author |
Rating:
Dilip Nilanka Manathunga
|
Displaying page
of
pages;
Items to