LeetCodeGoal Parser InterpretationGoal Parser InterpretationEasyStringSolution export function interpret(command: string): string { return command.replace(/\(\)/g, 'o').replace(/\(al\)/g, 'al'); }LeetCodeGoal Parser Interpretationhttps://leetcode.com/problems/goal-parser-interpretation