stringops 0.0.0.1
  • Reference

Reference

All functions

string_upper() string_lower() string_swapcase() string_titlecase()

Modify cases for strings

string_chomp() string_chop() string_trim() string_cut()

Remove (empty) characters from a string as inspired by Ruby

string_isblank() string_isupper() string_islower()

Compare string vectors.

string_concat() string_prefix() string_suffix() string_flag() string_flagv()

Concatenate strings together

string_cull() string_left() string_right() string_mid() string_positions()

Cull/extract patterns from strings

string_join()

Join elements into a single string

string_dup() string_insert() string_split() string_len() string_reverse() string_unique() string_sort()

Miscellaneous string functions

string_spot() string_spoti() string_spotl() string_spotm() string_replace() string_remove() string_countm() string_locate()

Spot patterns in strings

Contents

Developed by Robert Schnitman.

Site built with pkgdown 1.5.1.