Forums list
New topics
Topics list
Search
Help
Login
Register


Topic: «Regular Expressions Syntax , regular expressions syntax needed » on forum: Technical Support   Views: 2930
 
Chris Kistorian
Registered user
 
Posts: 31
Joined: 08/16/2012
Posted: 08/20/2012 11:58:56
 
 
What syntax would be appropriate for providing a wildcard for a portion of the string.  For example, in this window caption "OnlineOrder_00108904.html - Mozilla Firefox" I would like to be able to bypass the changes of any of the the digits (0010108904) so regardless of which digits appear there, it would result in a match.  Thank you very much.
 
Top
Bogdan Polishchuk
Administrator
 
Posts: 4010
Joined: 04/04/2012
Posted: 08/24/2012 01:49:17
 
 
Hello Chris.

Try this regular expression:
OnlineOrder_\d+\.html - Mozilla Firefox

d+ means arbitrary amount of digits.

Best regards.
 
Top


User(s) reading this topic
Number of guests: 1, registered members: 0, in total hidden: 0


Forums list
New topics
Topics list
Search
Help
Login
Register