Utilities TextUtils - adambajguz/Typin GitHub Wiki

TextUtils contains simple text transformations:

  • AdjustNewLines transforms line ending to appropriate format for the current operating system.
  • ConvertTabsToSpaces replaces tabs with spaces. By default two spaces are used in place of one tabulator.
  • ToKebabCase - converts string to Kebab case equivalent.
  • UnescapeChar - Converts escaped char sequence to char. The following escape sequences are supported: '\0', '\a', '\b', '\f', '\n', '\r', '\t', '\v', '\', and Unicode escape sequence e.g. \u006A)