SBC and regular expresion
I am looking for the context of a regular expression that would be equal to 12 digits starting with 88 then 10 digits. example would be 882165551212. the leading 88 would be used as prepended 88 used to route based on the leading digits.maybe something like ^[88]{12}$ ???.