Interface ISanitizer
Sanitize strings to remove soft hyphens and other special characters.
Assembly: Dalamud.dll
Declaration
public interface ISanitizer
Derived:
Dalamud.Game.Text.Sanitizer.Sanitizer
Methods
Sanitize(string)
Creates a sanitized string using current clientLanguage.
Declaration
string Sanitize(string unsanitizedString)