另外ranorexpath还支持正则表达式
button[@text~'sample[0-9]'] matches the following button elements: sample0, sample1, ... sample9
listitem[@text~'^sample.*'] matches all elements starting with text value sample
listitem[@text~'gr(a|e)y'] matches text value gray or grey