Hi,Is there any default function for formating string in postgre sql?for instance:Format('123ABCDE', '####-###-###') => '12-3AB-CDE'
The closest function I know is the to_char() function but it only works for numbers
please advise
ThanksYude