Options for Node.js Regular Expressions


OptionDescriptionBackend valuePortable value
gGlobal search. (global)global(not portable)
iCase-insensitive search. (ignoreCase)ignorecase(not portable)
mAllows ^ and $ to match next to newline characters. (multiline)multiline(not portable)