mardi 24 février 2015

Pattern matching in VBS

Using this as a reference: http://ift.tt/18idBeX


I've been trying to figure out how to create a pattern to pull this:


LicenseDetail.asp?SID=&id=F1A32D21A83C2BB2BBF227E5443A6023


Out of this:



height='40'><td colspan='1' width='20%' align='center'bgcolor='#e9edf2'><font face=verdana color=#000000 size=-1>Real Estate Broker or Sales</font></td><td colspan='1' align='center' bgcolor='#e9edf2'><font face=verdana color=#000000 size=-1><a href='LicenseDetail.asp?SID=&id=F5A76372AAA358B9CD869630255FA424'>ALMEIDA, JOHN SOBRAL</a></font></td


I've tried a number of different combos, but I'm not even close...


For example, based on what I'm reading, seems like the () should grab literal and the \alphanumeric should grab the trailing numbers and letters and stop before the ' (since it's not a number or letter)...fail: "(LicenseDetail.asp?SID=&id=)\alphanumeric"


Thanks in advance.


Aucun commentaire:

Enregistrer un commentaire