deburr
Modified on Mon, 31 Jul 2023
Description
Deburr string by converting latin-1 supplementary letters to basic latin letters and removing combining diacritical marks
Syntax
deburr(text)
Parameters
Input Parameter | Type | Description |
---|---|---|
text | string | The string to deburr |
Return value
Type |
---|
string |
Sample
Example | Result | Description |
---|---|---|
deburr('déjà vu') | "deja vu" | Returns deburred string |
To view all the String functions, click here.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article