On English keyboards, the forward slash is on the same key as the question mark key next to the right Shift key.Tip Doing the Alt code Alt+47 can also create a forward slash.Creating the "/" symbol on a smartphone or tabletTo create a forward slash on a smartphone or tablet open ...
You can use JavaScript-style regular expression to match, just quote it with a slash/like/.*/. But make sure it can be parsed by JavaScript and fit your Node.js environment, like lookbehind assertions ((?<=)in C#) cannot be accepted in most Node.js version, as it's added in ECMA...