We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
strip_accents
strip accents from characters
local ds = require "lib/dtutils.string" local result = ds.strip_accents(str)
str - string - the string with characters that need accents removed
strip_accents removes accents from accented characters returning the unaccented character.
result - string - the string containing unaccented characters
Copied from https://forums.coronalabs.com/topic/43048-remove-special-characters-from-string/
Libraries