str-or: Check string inequality, per character.

Description Usage Arguments Value Examples

Description

Check string inequality, per character.

Usage

1
2
3
4
5
6
7
"|"(e1, e2)

## Default S3 method:
e1 | e2

## S3 method for class 'character'
e1 | e2

Arguments

e1

First string.

e2

Second string.

Value

Logical vector.

Examples

1
2
"ABCD" | "ABCE"
# [1] FALSE FALSE FALSE TRUE

bjmt/strops documentation built on May 9, 2019, 4:22 a.m.