Out of everything I have ever programmed, the one thing I hate to do most is parse strings.

There are so many things that you can easily overlook and make go wrong, I hate parsing strings.

Substrings, inserts, deletes, appends, prepends......it's all freakin heck to try and do.....having to create copies of the string on one side and the other side..etc...etc...etc....oh how i hate string parsing...

How do people that make compilers deal with it? Can you imagine having to go through source code parsing the entire file to find every function call, the arguements that go along with that function call....having to know what to discard and what not to....think of how many spaces and end line characters you would be looking for....and then...yes, and then....you would have to check for the all dreaded semicolon to make sure each line of code ends properly....just think of all the string parsing!!!! aahh!! and then once you have all of it parsed you would have to convert it to assembly....

what a big job...

i hate string parsing....