I need an Architect expression to take a phone number like +15551234567 and format it to (555) 123-4567. The standard format function doesn’t seem to handle the parentheses and dashes correctly in my test flow. Is there a specific string manipulation pattern or regex that works in the expression builder for this? I’ve tried basic substring concatenation but it’s getting messy.