is_equal_str {jmotif}R Documentation

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

is_equal_str("aaa", "bbb")
is_equal_str("ccc", "ccc")

[Package jmotif version 1.1.1 Index]