$ 0 0 Given a string such as “aa bb cc dd ee ff“, is there a regex that works with String.split() to extract two words at a time? The expected result is: [aa bb, cc dd, ee ff]