Learn R Programming

jmotif (version 1.1.1)

is_equal_str: Compares two strings using natural letter ordering.

Description

Compares two strings using natural letter ordering.

Usage

is_equal_str(a, b)

Arguments

a

the string a.

b

the string b.

Examples

Run this code
# NOT RUN {
is_equal_str("aaa", "bbb")
is_equal_str("ccc", "ccc")
# }

Run the code above in your browser using DataLab