Guest User

Untitled

a guest
Mar 18th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. const regex = /^w|(?<=s)w/g;
  2.  
  3. const regex = /^w|(?<=s)w/g;
  4. ^
  5.  
  6. SyntaxError: Invalid regular expression: /^w|(?<=s)w/: Invalid group
Add Comment
Please, Sign In to add comment