str.ends.with: Returns als elements of txt that end with pattern

View source: R/stringtools.R View source: R/stringtools.R

str.ends.withR Documentation

Returns als elements of txt that end with pattern

Description

Returns als elements of txt that end with pattern

Returns als elements of txt that end with pattern

Usage

## S3 method for class 'ends.with'
str(txt, pattern)

## S3 method for class 'ends.with'
str(txt, pattern)

Examples

## Not run: 
  str = c("Hi how are you", "hi", "now what", "Hi")
  str.ends.with(str,"you")

## End(Not run)

skranz/stringtools documentation built on May 11, 2022, 4:48 a.m.