Is there a resource for looking at examples of advanced string manipulations? I am looking for topics such as splitting strings, regular expression matching, splitting a string into an array, looping though an array where the size is unknown, and reading a string characterby character.
I am still getting adjsuted to VB and using the MSDN cd as a reference but a lot of the runctions I have found look extremely inefficient without saving much code writing.




Reply With Quote