Formatting Alternate Phone.CellularPhoneNumber

Hello, I am trying to use this formula on the Cellular Alternate Phone Number:

Regex.Replace(AlternatePhone.CellularPhoneNumber, @“(\d{3})(\d{3})(\d{4})”, “+1 $1-$2-$3”)

This expression will not validate. Any ideas?

Also noted, this expression does validate:

Regex.Replace(Employment.WorkPhoneNumber, @“(\d{3})(\d{3})(\d{4})”, “+1 $1-$2-$3”)

Our dev team has identifies this as a defect.

They are working on a fix right away.

Please expect a new release before the end of this week (7/7/2023)