In my haste to get this working I failed to ask how to stop after the second word in my original post. Grab first 4 characters of two words RegEx
If I have Awesome Sauce Today
I would like to have AwesSauc
The code in my first post will capture the first 4 characters of any word and combine them. so Awesome Sauce Today
will become AwesSaucToda
. I want it to stop capturing after the second word. So in my example Today
would be ignored but it will still capture 4 characters of the first two words it encounters to create the new wor AwesSauc