get string between two string

  • 状态: Closed
  • 奖金: $30
  • 参赛作品已收到: 18

竞赛简介

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

您还可能感兴趣的技能

公共说明面板

  • sultancontest
    sultancontest
    • 10 年 之前

    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 年 之前
  • janporhincak
    janporhincak
    • 10 年 之前

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

    • 10 年 之前
  • janporhincak
    janporhincak
    • 10 年 之前

    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 年 之前
  • amongdota
    amongdota
    • 10 年 之前

    #1

    • 10 年 之前
  • amongdota
    amongdota
    • 10 年 之前

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

    • 10 年 之前

显示更多评论

如何以竞赛开始

  • 发布您的竞赛

    发起您的竞赛 快速简单

  • 获取众多参赛作品

    获取大量参赛作品 来自世界各地

  • 悬赏最佳参赛作品

    悬赏最佳参赛作品 下载文件-简单!

立即发布竞赛 或者立即加入我们!