Group 1(deviceToken|device_token|avatarid|avatarId|QPRDBAN1E|summary_text|continue_content) 1st AlternativedeviceToken deviceTokenthe literal text deviceToken (case sensitive) 2nd Alternativedevice_token device_tokenthe literal text device_token (case sensitive) avataridthe literal text avatarid (case sensitive) avatarIdthe literal text avatarId (case sensitive) QPRDBAN1Ethe literal text QPRDBAN1E (case sensitive) 6th Alternativesummary_text summary_textthe literal text summary_text (case sensitive) 7th Alternativecontinue_content continue_contentthe literal text continue_content (case sensitive) "the literal " (3410 / 428 / 2216)
\s*any whitespace character, repeated any number of times
:the literal : (5810 / 728 / 3A16)
\s*any whitespace character, repeated any number of times
"the literal " (3410 / 428 / 2216)
Non-Capturing Group(?:\\"|[^"])+ +repeats the group contents below at least once:
\\the literal \ (9210 / 1348 / 5C16)
"the literal " (3410 / 428 / 2216)
Negated Character Class[^"] "the literal " (3410 / 428 / 2216)
g modifier: global. Finds all matches instead of stopping after the first
m modifier: multiline. Causes ^ and $ to match the start and end of each line, not only the start and end of the string