mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
The enum is a bit more verbose, but leads to more readable code:
str.Equals("foo", true)
// vs.
str.Equals("foo", CString::CaseSensitive)
Deprecate the old Equals() and leave out the length parameter
from the new version => use StartsWith() or StrCmp() instead.
5.3 KiB
5.3 KiB