Split a single-line JavaScript Regular Expression into multiple lines of code.
Read the docs GitHub Page Other Ryadel.IO tools
/your-regex/g
var re = /your-regex/g
var re = new RegExp("your-regex", "g")
new RegExp([regexp], [modifiers])