StringT.startsWith

Returns true if this String starts with one of the specified prefixes.

  1. bool startsWith(const S prefix)
  2. bool startsWith(const C[] prefix)
  3. bool startsWith(const S[] prefixes)
    struct StringT(C)
    bool
    startsWith
    const
    (
    const S[] prefixes
    )
  4. bool startsWith(const C[][] prefixes)

Meta