startsWith: Test whether strings start or end with a particular string

View source: R/utils.R

startsWithR Documentation

Test whether strings start or end with a particular string

Description

Same as base::startsWith() and base::endsWith() except available for R < 3.3

Usage

startsWith(x, prefix)

endsWith(x, suffix)

Arguments

x

a string to test

prefix

a string to test the presence of

suffix

a string to test the presence of


jmvcore documentation built on Aug. 15, 2023, 9:07 a.m.

Related to startsWith in jmvcore...