|
-
Mar 26th, 2007, 06:46 PM
#1
Thread Starter
Addicted Member
[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:
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|