get string between two string

  • Status: Closed
  • Præmier: $30
  • Modtagne indlæg: 18

Konkurrence Instruktioner

hi i have txt file in unicode format and i wanna to get all string between > and " and post it on listbox
i try to use regex and her the attached txt file i wanna vb.net code and what i wanna is just the out put to be all the word between > and "
and her example of my code
'href="https://www.facebook.com/ibrahim.aouni.1?fref=pymk" class="_8o _8t lfloat">
'On Error Resume Next
ListBox1.Items.Clear()
Dim rurl As New Regex("href=""https://www.facebook.com/."" class=""_8o _8t lfloat"">")
'/ajax/hovercard/user.php?id=100002117233600">
'Dim rname As New Regex(">.*")
Dim rname As String = "(?>).*?(?)"
Dim matches As MatchCollection = Regex.Matches(sourcecode1, rname)
For Each itemcode As Match In matches
ListBox1.Items.Add(itemcode.Value)
Next
'Dim match As Match = Regex.Match(sourcecode1, rname)
'Do While match.Success
' ' Console.WriteLine("'{0}' found in the source code at position {1}.", _
' ' match.Value, match.Index)
' ListBox1.Items.Add(match.Value)
' match = match.NextMatch()
'Loop

i onl offer 10 dollar

Anbefalede færdigheder

Offentlig Præciserings Opslagstavle

  • sultancontest
    sultancontest
    • 10 år siden

    Freelancers have good news!!!!! www.SultanContest.com is a New Graphics Designing Contest Freelancing website, you can join free and get join all the contest and also you can post contest. If you are a good graphics designer, you can earn thousand of money... That is a great opportunity for freelancer and buyer..

    • 10 år siden
  • janporhincak
    janporhincak
    • 10 år siden

    And in how language you want to have this script? C/C++, Python, Basic?..

    • 10 år siden
  • janporhincak
    janporhincak
    • 10 år siden

    So, if I understand you want from source HTML code remove all values of options, which are in ' "some value" ' form, and write just clear HTML skeleton..

    • 10 år siden
  • amongdota
    amongdota
    • 10 år siden

    #1

    • 10 år siden
  • amongdota
    amongdota
    • 10 år siden

    what do you mean? do you create a contest or project?

    • 10 år siden

Vis flere kommentarer

Sådan kommer du i gang med konkurrencer

  • Opret din konkurrence

    Opret din konkurrence Hurtigt og nemt

  • Få tonsvis af indlæg

    Få tonsvis af indlæg Fra hele verden

  • Tildel det bedste indlæg

    Tildel det bedste indlæg Download filerne - Nemt!

Opret en Konkurrence Nu eller slut dig til os i dag!