Jump to content

stringregexp question


Recommended Posts

Ive been having difficulty trying to devise a stringregexp search.  Im looking through a webpage source and looking for titles. I know the string lies between <title> and </title> but they will all have different lengths with possibly any character.

I can find them by:

StringRegExp($Source,'/S(?:</title>)',3)

then

StringRegExp($Source,'/S/S(?:</title>)',3) etc etc

but I dont know how to do:

StringRegExp($Source,'(?:<title>)(put something here to fiund any string)(?:</title>)',3)

Any ideas?

Thanks in advance!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...