:?(["|']?(\w[^\w\s]?)+["|']?)+\s*?=>\s*
I tried escaping the single and double quotes but VSCODE still gives me errors.
:\?([\"|\']?(\w[^\w\s]\?)+[\"|\']\?)+\s*\?=>\s*
VsCode Error:
Use regexp find command. Needs to be escaped. e.g. "(\n)*"
Invalid escape character in string.jsonc(261)