Thread: C++ Text Parsing

  1. #1
    Registered User
    Join Date
    Aug 2001
    Posts
    4

    C++ Text Parsing

    Does anyone know of any good libraries/guides on doing text parsing in C++? I'm looking for something that allows regexp matching and replacing on a string of text.

  2. #2
    . Driveway's Avatar
    Join Date
    May 2002
    Posts
    469
    Have you tryed Google.com ?

  3. #3
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >I'm looking for something that allows regexp matching and replacing on a string of text.
    http://www.gnu.org/directory/grep.html

    -Prelude
    My best code is written with the delete key.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help parsing text file
    By dudeomanodude in forum C++ Programming
    Replies: 7
    Last Post: 07-16-2008, 10:21 AM
  2. Parsing Text
    By flaran in forum C++ Programming
    Replies: 13
    Last Post: 10-19-2005, 12:08 PM
  3. Problem parsing comments and such in text file
    By zaxxon in forum C Programming
    Replies: 3
    Last Post: 08-09-2004, 12:14 AM
  4. Text file parsing
    By Unregistered in forum C++ Programming
    Replies: 8
    Last Post: 07-25-2002, 01:17 AM
  5. Replies: 1
    Last Post: 07-13-2002, 05:45 PM