stringStartsWith: stringStartsWith

View source: R/string.R

stringStartsWithR Documentation

stringStartsWith

Description

stringStartsWith

Usage

stringStartsWith(x, startsWith)

Arguments

x

vector of character to be checked if they start with startsWith

startsWith

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

Examples

stringStartsWith(c("abc", "Kabeljau", "Arabella"), "ab")
stringStartsWith(c("abc", "Kabeljau", "Arabella"), "A")
  

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