StringT.endsWith

Returns true if this String ends with one of the specified suffixes.

  1. bool endsWith(const S suffix)
  2. bool endsWith(const C[] suffix)
  3. bool endsWith(const S[] suffixes)
    struct StringT(C)
    bool
    endsWith
    const
    (
    const S[] suffixes
    )
  4. bool endsWith(const C[][] suffixes)

Meta