Answers for "regex remove brackets and contents"

-1

regex remove brackets and contents

/\[.*?\] /g

[A] this is a song [D] [Am] i am [Adim]  Am [f] // input
this is a song i am  Am // output
Posted by: Guest on July-16-2020

Code answers related to "regex remove brackets and contents"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language