Problem · String
Split a Log Outside Quotes
Problem statement
Given a printable-ASCII logging string log, split it on ASCII space characters that occur outside double-quoted regions. Spaces inside a balanced pair of double quotes belong to the current token.
The problem statement continues
ProExamples
Example 1
log = "level info \"request completed\" code 200"return = ["level","info","request completed","code","200"]The space inside "request completed" is retained, while the other spaces delimit tokens.
FastPrep Pro
Reported in 1 Google interview this weekUnlock this recently reported problem
FastPrep Pro gives you full access to interview problems reported within the last week.
- Full problem statement and constraints
- 1 more worked example, explained
- Guided hints and editorial
- Run your code on real test cases
$9/month
Pro subscription, billed yearly — or $19 month-to-month. Cancel anytime.
Free plan — 2 of 2 free unlocks used this week