String comparison: Difference between revisions

m
imported>Thebeez
m (→‎{{header|Wren}}: Minor tidy)
Line 4,504:
 
Case insensitive comparisons can be achieved by converting both strings to the same case before the comparisons are made.
<syntaxhighlight lang="ecmascriptwren">import "./str" for Str
 
var compareStrings = Fn.new { |a, b, sens|
9,476

edits