P
Paula
Hi !!
What regular expression should I write to get data from an html tag?
Example: <title> The data I want to retrieve </title>
I want to get "The data I want to retrieve"
Could be right this one? @<\s* (title)\s* > [(\s* \w+)]+ (</title>)+
Thanks
What regular expression should I write to get data from an html tag?
Example: <title> The data I want to retrieve </title>
I want to get "The data I want to retrieve"
Could be right this one? @<\s* (title)\s* > [(\s* \w+)]+ (</title>)+
Thanks