Skip to content

String additional parsing tools #124

Description

@Yuri6037

In certain text formats we need:

  • Trim(const char *chars = " \t\r\n")
  • TrimStart(const char *chars = " \t\r\n")
  • TrimEnd(const char *chars = " \t\r\n")
  • Compare against white space only (IsWhiteSpace()?)
  • Compare against nullptr
  • String pre-allocation
  • Allow constructing a String from ArrayList, Array and ByteBuf

Metadata

Metadata

Assignees

No one assigned

    Labels

    APIAPI changesBaseCore module base

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions