Enum StringExtensions.InputCleaningOptions
Namespace: ArgentSea
Assembly: ArgentSea.dll
Syntax
[Flags]
public enum InputCleaningOptions
Fields
Name | Description |
---|---|
AllowEmojis | Do not remove Unicode surrogate values, like Emoji. |
AllowMultiline | All “control” characters are removed by default; setting this flag preserve keep CrLf and/or Cr. It also ensures Windows line endings (Cr+Lf) when encountering Lf only (Unix line endings). |
CleanAll | Remove starting and trailing whitespace, “control” characters including Lf and Cr, and extended characters like Emoji icons. |