regular expressions
regular expressions
Out of context: Reply #2
- Started
- Last post
- 7 Responses
- fusionpixel0
nice, i have a small expression that allows me to pull info from a webpage:
(".*)
as you can see this will pull the content from the first td, is there any way to say i want to pull the info from the second td?
i tried
(".*)/2
and
(".*)*2but they dont work, any suggestions? in the mean time im still reading some info for regex
thanks!