StringT.endsWith

Returns true if this String ends with suffix.

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

Meta