I am familiar with the substring command. It trims the clipboard to a certain number of characters. I don’t want to use the character count because they are variable. But, I don’t want to count the characters. I want just the first word of the clipboard (trimming away the rest). Here is an example of a typical clipboard:
John2015a Argument sturuture of Engish nouns
Now, I want to get just John2015a part only. The find and replace command also doesn’t seem suited for this.
Any way of doing this?