Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unwanted text in a record
Message
From
10/06/2011 09:34:48
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01513961
Message ID:
01514010
Views:
48
>>>>I am pulling a lot of text from web pages. With it comes quite a bit of code(ish) looking unwanted characters and snippets.
>>>>
>>>>Is there an efficient way to delete the unwanted text without removing all or part of the text I want along with it?
>>>
>>>What do you mean by unwanted text? To remove some text, you can use CHRTRAN function or for more complex patterns, RegEx.
>>
>>Below is an example of the unwanted text. (BTW Thank you for your replies and assistance)
>>
>>var adSynchId = "787423";
>>
>>if (typeof tq != "undefined") { if (typeof tq.urlFullQuery != "undefined"){ urlPath = tq.urlFullQuery; } } else { urlPath = "&url=/"; } document.getElementById("remnantIframe728").src = "http://abcnews.go.com/Adserver?CallDown&AdTypes=Banner-Remnant" + urlPath; #search form{_position:relative;_top:3px;}.window{*text-align:center;}#sectionnav, #shownav{text-align:left;}
>>
>> logoIE = false; if(typeof document.all!="undefined"){ if(typeof document.getElementById!="undefined"){ if(navigator.userAgent.toLowerCase().indexOf("msie 6")!=-1){ logoIE = true; }}} logoSrc = ''; logoImg = (logoIE)?'http://a.abcnews.com/images/site/vortex/spacer.gif' : 'http://a.abcnews.go.com/images/Site/default_mainlogo_sm.png' logoSrcFilter = (logoIE)?' style="filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://a.abcnews.go.com/images/Site/default_mainlogo_sm.png, sizingMethod=scale);" ' : ''; logoSrc += 'img id="abcnewslogo" src="'+logoImg+'" '; logoSrc += logoSrcFilter; logoSrc += ' alt="ABC News" width="158" height="70" border="0"'; document.write(logoSrc);
>
>Is this whole text unwanted? It doesn't see doable to remove such scripts automatically.

Yes that and many similar messes are included. I'm going to try to create a filter that will remove most of it as it is gathered. I have lots of time (I hope :-) as I am retired, so speed isn't the issue it is in most UT member's world.
I ain't skeert of nuttin eh?
Yikes! What was that?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform