bug-recutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-recutils] The --case-insensitive doesn't work when comparing two st


From: Mampir
Subject: [bug-recutils] The --case-insensitive doesn't work when comparing two strings
Date: Tue, 17 Apr 2012 19:22:47 +0300

The "-i"/"--case-insensitive" options work when comparing a string to
a regular expression, or when searching for a substring with --quick,
but not when comparing two strings.

For example, the following is true: "'string' ~ 'STRING'"

While this is false: "'string' = 'STRING'"

It's not clear that this will be the result of the second expression,
since the documentations says that these options "Make strings
case-insensitive in selection expressions.".




reply via email to

[Prev in Thread] Current Thread [Next in Thread]