regex

  1. R

    Regex Help

    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
  2. M

    Example: Stripping HTML tags via Regex

    '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...
Back
Top