Hi guys
1.I am trying to delete the source out of my feed title in yahoo pipes, can anyone please help me do so? It apears in brackets as (source)
2.Also, I want to remove single character from the title like "-"
Any help will be great...
Thanks
'Imports System.Text.RegularExpressions
Dim htmlData As String '= Whatever data from html page
Dim strippedText As String
strippedText = Regex.Replace(htmlData, "</??[^>]*>", "")
'For c# just insert goofy squiggles where necessary.
I was just needing to strip all of the html tags out of some...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.