Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. NEED HELP FOR FIND URL'S IN WEB PAGE

NEED HELP FOR FIND URL'S IN WEB PAGE

Scheduled Pinned Locked Moved C#
helpquestion
3 Posts 3 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Member 4650287
    wrote on last edited by
    #1

    Hello Everyone, Can anyone say to find out the URL in web page? truely,

    G P 2 Replies Last reply
    0
    • M Member 4650287

      Hello Everyone, Can anyone say to find out the URL in web page? truely,

      G Offline
      G Offline
      Garth J Lancaster
      wrote on last edited by
      #2

      assuming you have the web page in some sort of buffer, why not use a regular expression and 'grep' type search on it .. in c++ (following a boost regex example) you'd look for :- boost::regex e("<\\s*A\\s+[^>]*href\\s*=\\s*\"([^\"]*)\"", boost::regex::normal | boost::regbase::icase); I know c# has a regular expression function, so try that .. 'g'

      1 Reply Last reply
      0
      • M Member 4650287

        Hello Everyone, Can anyone say to find out the URL in web page? truely,

        P Offline
        P Offline
        Pedram Behroozi
        wrote on last edited by
        #3

        Find What?

        While (true) { Human.isLearnable = true; }

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups