StringT.startsWith

Returns true if this String starts with prefix.

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

Meta