Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Using Regular Expressions
#1
Not Solved
Hi,

Can anyone help me on applying regular expressions for the below text?

XYZ 1 - 100 of 904

These numbers will change during run time...

Also can i check whether the loaded page has data or not using this text?

Thanks,
Ravi

Reply
#2
Not Solved
Hi Ravi,

Your can use XYZ.* and the string after XYZ will be considered.
OR
XYZ [0-9].*
and so on.
Reply
#3
Not Solved
Hi Manish,

For "XYZ 1 - 100 of 904",
Can i use the regular expression in this way?

XYZ 1 - [0-9]|[0-9]|[0-9] of ......
|----------------| |----------------|
max 100 is displayed Not sure how many numbers
can be displayed
Can you please give the regular expresion for the last part?

Thanks,
Ravi.

Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Using regular expressions kriday 2 1,935 09-17-2012, 07:38 PM
Last Post: kriday
  Using regular expressions kriday 0 1,244 09-17-2012, 03:35 AM
Last Post: kriday

Forum Jump:


Users browsing this thread: 1 Guest(s)