Power Query - funcao limpa replace texto numero

//fnc_limpa_numeros (TextValue as nullable text) => let     SafeText = if TextValue = null then "" else TextValue,     DigitsOn...