ui/angular/src/app/measure/create-measure/pr/rule/rule.component.html [735:847]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Example
IDENTIFIER NAME AGE
#1111 lei 17
#1245 lei 18
15245 lei 18
87956 lei 21
monkey lei 23
tiger lei 23
456 lei 24
324 lei 26

Suppose Regular Expression is : ^[A-Za-z]+$

The regular expression matching means : Matches a string consisting of 26 english letters

The result is: 2 (MONKEY AND TIGER) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ui/angular/src/app/measure/create-measure/pr/rule/rule.component.html [975:1087]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Example
IDENTIFIER NAME AGE
#1111 lei 17
#1245 lei 18
15245 lei 18
87956 lei 21
monkey lei 23
tiger lei 23
456 lei 24
324 lei 26

Suppose Regular Expression is : ^[A-Za-z]+$

The regular expression matching means : Matches a string consisting of 26 english letters

The result is: 2 (MONKEY AND TIGER) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -