Answers for "multiline comments regex"

0

Regex to match a multiline comment

((/)([*][*]?)(.|n)*?32)|(//.*)
Posted by: Guest on February-16-2021

Code answers related to "multiline comments regex"

Browse Popular Code Answers by Language