0

Is in Ninox a text simplification formula?

Is in Ninox a text simplification formula? ...eg: "Máša má ďatľa 20" to "Masa ma datla 20" many thanks

1 reply

null
    • Sean
    • 4 yrs ago
    • Reported - view

    There might be a better way using Regex, but I just used the replace() function here...

     

    replace(replace(replace(replace(Text, "ľ", "l"), "ď", "d"), "š", "s"), "á", "a")

Content aside

  • 4 yrs agoLast active
  • 1Replies
  • 704Views