[RESOLVED] RegEx questions!
:wave:Hi all,
I am a RegEx virgin and have no idea where to start. I have three questions which i would be more than gratefull if you could help me.
1. Where is the best place to start learning RegEx?
2. If i have an array list full of text, how can i search for a string which is in the list?
For example, if i enter the search string "bob test" in this text:
Hi there, this is bob giving a testing
it will return a true. However, if there is only one match, it will also return a true.
3. thirdly, how can i search and pick out the link which is surrounded with the following tags? <link>http://etc etc te</link>
CHeers,
Ken:confused: