Function RemoveAccentsMBS
RemoveAccentsMBS(text as string) as string
Version: 1.0
Returns text without accents. for example é to e
Example query:
select RemoveAccentsMBS("Würstchen")
RemoveAccentsCaseInsensitiveMBS - RightMBS
Back to function list.