str.starts.with: Returns als elements of txt that begin with pattern

View source: R/stringtools.R

str.starts.withR Documentation

Returns als elements of txt that begin with pattern

Description

Returns als elements of txt that begin with pattern

Usage

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

Examples

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

## End(Not run)

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