Help for this page

Select Code to Download


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