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
  1. Home
  2. Web Development
  3. ASP.NET
  4. Reading a particular word from word files

Reading a particular word from word files

Scheduled Pinned Locked Moved ASP.NET
csharptutorial
3 Posts 3 Posters 0 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.
  • I Offline
    I Offline
    Imthu
    wrote on last edited by
    #1

    hai all, i would like to know how we can read a particular word from a word file.. for example:if a word file contains like Name:xxxxxxxx address:XXXXXXXXXXX i want to fetch name alone... Is it possible using .NET... thanks in advance

    with Regards, Imthiyas Ahamed.A

    C E 2 Replies Last reply
    0
    • I Imthu

      hai all, i would like to know how we can read a particular word from a word file.. for example:if a word file contains like Name:xxxxxxxx address:XXXXXXXXXXX i want to fetch name alone... Is it possible using .NET... thanks in advance

      with Regards, Imthiyas Ahamed.A

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      Imthu wrote:

      Is it possible using .NET...

      Of course. A regular expression seems the best way to parse this text, but you could just search for Name: if you prefered.

      Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

      1 Reply Last reply
      0
      • I Imthu

        hai all, i would like to know how we can read a particular word from a word file.. for example:if a word file contains like Name:xxxxxxxx address:XXXXXXXXXXX i want to fetch name alone... Is it possible using .NET... thanks in advance

        with Regards, Imthiyas Ahamed.A

        E Offline
        E Offline
        Expert Coming
        wrote on last edited by
        #3

        Something that everyone needs to learn when dealing with computers is not can it be done, but how can it be done.

        The best way to accelerate a Macintosh is at 9.8m/sec² - Marcus Dolengo

        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