Results 1 to 12 of 12

Thread: [RESOLVED] [2005] Advanced String Manipulation

Threaded View

  1. #1

    Thread Starter
    Addicted Member GedOfEarthsea's Avatar
    Join Date
    May 2006
    Location
    USA
    Posts
    145

    Resolved [RESOLVED] [2005] Advanced String Manipulation

    Hello, I am trying to do some advanced string manipulation. I need to go through about a multi-lined textbox and take out everything but what is not inside quotes "". I would then like to list those objects.

    For example this is what is in the textbox:

    The quick "brown" fox jumps over the "lazy" "dog" "and" the "cat" ate "the" fox...
    I want it to then just list the quoted objects into a listbox like so:

    brown
    lazy
    dog
    and
    cat
    the
    And then after that I want the first quote and every other one only:

    brown
    dog
    cat
    How would I do this?

    Thank You.
    Last edited by GedOfEarthsea; Mar 26th, 2007 at 06:55 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width