Dependency-Free String Operations
Compare literal bytes in the string
Control regex matching behavior
Join multiple strings into a single string
Count the number of matches in a string
Detect the presence or absence of a pattern in a string
Duplicate and concatenate strings within a character vector
Detect the presence or absence of a pattern at the end of a string
Extract matching patterns from a string
Extract matching patterns from a string
Compute the length of a string
Extract matched groups from a string
Duplicate and concatenate strings within a character vector
Remove matched patterns in a string
Remove matched patterns in a string
Replace matched patterns in a string
Replace matched patterns in a string
Turn NA into "NA"
Split up a string into pieces
Split up a string into pieces
Remove whitespace
Detect the presence or absence of a pattern at the beginning of a stri...
Keep strings matching a pattern
Remove whitespace
Find positions of strings matching a pattern
Compute the width of a string
stringstatic: Dependency-Free String Operations
Provides drop-in replacements for functions from the 'stringr' package, with the same user interface. These functions have no external dependencies and can be copied directly into your package code using the 'staticimports' package.
Useful links