str.matches.pattern: Check if str completely matches a pattern (not just a...

View source: R/stringtools.R

str.matches.patternR Documentation

Check if str completely matches a pattern (not just a substring)

Description

Check if str completely matches a pattern (not just a substring)

Usage

## S3 method for class 'matches.pattern'
str(str, pattern, fixed = TRUE)

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