I need to extract the substring in escaping quotes from the string. For example in the string (I open my eyes and said "hello to the "world") I need to get the words "hello to the "world". I'm not familiar with regex and didn't find the proper pattern. The following topic contains the regex patterns to resolve the issue, but they are not for VBA. If someone is in touch with VBA, please help with the right regex VBA pattern for the escaping quotes.