stringEndsWith: stringEndsWith

View source: R/string.R

stringEndsWithR Documentation

stringEndsWith

Description

stringEndsWith

Usage

stringEndsWith(x, endsWith)

Arguments

x

vector of character to be checked if they end with endsWith

endsWith

string to be searched for at the end of the string(s) in x

Examples

stringEndsWith(c("abc", "Kabeljau", "Arabella"), "a")
stringEndsWith(c("abc", "Kabeljau", "Arabella"), "jau")
  

KWB-R/kwb.utils documentation built on April 1, 2024, 7:12 a.m.