:Expression.ToUpper().Contains("APO")
:Name.EndsWith("Apo")
:Name.ToUpper().EndsWith("KEY")
:Expression.ToUpper().Contains("APO")
:Name.EndsWith("Apo")
:Name.ToUpper().EndsWith("KEY")
//fnc_limpa_texto (TextValue as nullable text) => let SafeText = if TextValue = null then "" else TextValue, DigitsOnly...