Can I manipulate a string in javascript with any similar functions to say right, left, mid etc. Particularly how would I isolate a word in a long string if I knew where the word started but not where it ended and wanted to search forward for the next space. Any help is greatly appreciated.