Answers for "regex to check if text is in quotation"

6

regex to get items between quotes

(["'])(?:(?=(\\?))\2.)*?\1
Posted by: Guest on June-10-2020
1

regular expression match text between quotes

(["'])(?:(?=(\\?))\2.)*?\1
Posted by: Guest on December-10-2020

Code answers related to "regex to check if text is in quotation"

Code answers related to "Javascript"

Browse Popular Code Answers by Language