javascript, Programming IT Nursery RegEx to extract all matches from string using RegExp.exec I’m trying to parse the following kind of string: [key:"val" key2:"val2"] where there are arbitrary key:”val” pairs inside. I want to grab the key name and the value. For... May 26, 2022 0 Comments