Only identify indicated yellow color values is possible or not
NameIdentifyvenkat 25 rockvenkat 25 rockwinner 564 bufferwinner 564 bufferlock 57 fuzzylock 57 fuzzylime roadlime roadfantasy streetfantasy streetvennila roadvennila roadram nagar 56ram nagar 56ganga temple 90 ganga temple 90 suri nagar 45 suri nagar 45A Tester with this setting routes features having name containing one or more number characters to the Passed port.
An alternative is that you can also use StringSearcher. This both tests the condition and extracts the substring.
Setting the Regular Expression similarly to how @takashi has it will get the answer:
Contains Regular Expression = \d+
Will get any numeric sequences of characters and output the number as the "Matched" attribute
Contains Regular Expression = \b\d+\b
Will get any numeric sequences of characters, but only those that are bound by a word boundary like a space character and output the number as the "Matched" attribute.
TQ it's working
A Tester with this setting routes features having name containing one or more number characters to the Passed port.
it's working
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.