Logo

Programming-Idioms

History of Idiom 213 > diff from v4 to v5

Edit summary for version 5 by daxim:
Linked to idiom #133 [Case-insensitive string contains]

Version 4

2019-11-05, 20:36:34

Version 5

2020-07-15, 22:16:42

Idiom #213 Case-insensitive string compare

Compare four strings in pair-wise variations. The string comparison can be implemented with an equality test or a containment test, must be case-insensitive and must apply Unicode casefolding.

This idiom task is intended to supplant #133 which suffers from massive quality problems.

Idiom #213 Case-insensitive string compare

Compare four strings in pair-wise variations. The string comparison can be implemented with an equality test or a containment test, must be case-insensitive and must apply Unicode casefolding.

This idiom task is intended to supplant #133 which suffers from massive quality problems.