String: now is the time Regex: /\stime/ Result: now is the time Matched: Yes #### String: now time Regex: /now\s(time)/ Result: now time Matched: Yes Captures: [#1: 'time']