|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Regexp problems
Guys
Im trying to extract links from a webpage and I have found a regexp that does this. However I dont understand it could someone take a look and tell me whats going on? From what I can work out it retreives all links on a page but I need to know exactly whats going on. Im new at regex so be gentle, Id like to know whats going on for my own understanding and peace of mind. Thanks in advance here it is Match = REFindNoCase('<\s*A\s*(.*?)HREF\s*=\s*["''](.*?)["''](.*?)\s*>(.*?)<\s*/\s*A\s*>',OriginalPage,Start,"True"); |
|
#2
|
|||
|
|||
|
You might want to try a regex specific forum somewhere. I don't know much beyond basic regex. If anyone else has an idea please post away.
__________________
Ask if you have a question, but also help answer questions that you have knowledge of! Thanks, Brian. How to Post a Question in the Forums |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ColdFusion Development > Regexp problems |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|