char.functions: Functions to manage strings

Description Usage Arguments

Description

Functions to manage strings.

Usage

1
2
3
4
5
6
7
8
9
xgrep (pattern,string,where=FALSE) 
subwrd(string,pos) 
small (string) 

capital      (strings) 
Capital      (strings) 
trim.leading (strings) 
trim.trailing(strings) 
trim         (strings) 

Arguments

string

string

strings

vector of strings

pattern

pattern to be found

pos

position of the word in the string

where

logical. If TRUE, the first position of the pattern in string is returned. If FALSE, it is only checked if the pattern is included in string


jobonaf/pesco documentation built on May 19, 2019, 2:58 p.m.