stripaccents(
TEXT
)

The stripaccents( function removes accents from any characters in the text.


Parameters

This function has one parameter:

text – text that contains accents.


Description

This function removes any accents from the text.

stripaccents("Càrlós Mûñož") ☞ Carlos Munoz

Note: This function is deprecated, we recommend using the stripdiacriticals) function instead.


See Also


History

VersionStatusNotes
10.2NewNew in this version.