Adam Golan

Results 2 comments of Adam Golan

If you're trying to use '/**' and it doesn't work, there is a workaround: '/*\w'

> > If you're trying to use '/**' and it doesn't work, there is a workaround: '/*\w' > > [@Adam-Golan](https://github.com/Adam-Golan) `'/*\w'` is equivalent to `'/*w'` (you're just escaping the letter...