Answers for "extract whats inside brackets string regex"

1

regex match brackets

\[.*?\]
Posted by: Guest on August-04-2021
-2

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 "extract whats inside brackets string regex"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language