grapes-or-zchar-or-grapes: Replace zero-length character strings with right hand side

%|zchar|%R Documentation

Replace zero-length character strings with right hand side

Description

Replace zero-length character strings with right hand side

Usage

lhs %|zchar|% rhs

Arguments

lhs

chr

rhs

chr

Value

chr

See Also

Other infixes: %allin%(), %nin%(), %|0|%(), %|%(), %|legit|%(), %|try|%()

Examples

c("a" , "", "c", "") %|zchar|% "b"

yogat3ch/UU documentation built on May 31, 2024, 10:14 p.m.