str.locate.at.end: Locate a pattern at the end of str

View source: R/stringtools.R

str.locate.at.endR Documentation

Locate a pattern at the end of str

Description

Locate a pattern at the end of str

Usage

## S3 method for class 'locate.at.end'
str(str, pattern, fixed = TRUE)

Examples

## Not run: 
  str.locate.at.end(c("0123456012","1230","012","01bsf"),"012")  

## End(Not run)

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