Regular Expressions 101

Community Patterns

Grabbing inside quotes for Google Sheets

0

Regular Expression
PCRE (PHP <7.3)

/
primary_position:\""(.*?)\""
/

Description

Sheets treats quote marks weird since that's a character used in formulas. This is the remedy for that.

It does not work in the editor. This only works in Google Sheets

Submitted by randywolf244 - 2 years ago