Signature
path=null start=null
Parameters
- str:
string- The input string.
Returns
string - A new string with duplicated characters removed.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Removes duplicated characters from a string.
removeDuplicatedChars(str: string): string
string - The input string.string - A new string with duplicated characters removed.