Portal Home > Knowledgebase > Articles Database > Python regular expressions


Python regular expressions




Posted by elvis1, 01-18-2010, 09:32 PM
Hi, I would like to know which would be the appropriate code (using regular expressions) to find a proxy address which is ''floating'' in a web site. Thanks

Posted by elvis1, 01-18-2010, 11:00 PM
I found a close expression but I still need to include the '': and the port number ''

Posted by elvis1, 01-19-2010, 12:09 PM
the RE ( regular expression ) I found is in perl, any idea of a similar but for python? Mine does not contemplate the second part of a proxy address ( the '':'' and the part number) many thanks in advance

Posted by wdaher, 02-18-2010, 02:42 AM
Can you post what you have here? If so, I might be able to help.

Posted by elvis1, 02-19-2010, 02:06 PM
Many thanks ! A guy from another forum already helped me to find the regex I need. Would you mind debating the rest of it in private?



Was this answer helpful?

Add to Favourites Add to Favourites    Print this Article Print this Article

Also Read

Language: