Forum Discussion

baxatob's avatar
baxatob
Community Hero
9 years ago
Solved

Property checkpoint using regular expression

I use:

 

property - contentText

condition - cmpMatches

pattern - (ALFA|BETA)

 

The checkpoint always fails, regardless of ALFA or BETA value was assigned to the property.  

 

What can be wrong here?

 

TC v.11.11

  • Oh, got it! (ALFA)|(BETA) works! :)