Last modified: 2014-02-12 23:38:11 UTC
A function similar to the existing contains_any function, but instead only returning true if all substrings are present, would be useful both for cleanliness of code, and from an efficiency standpoint (less normalization in some cases). Instead of norm(haystack) contains "needle1" & norm(haystack) contains "needle2" & norm(haystack) contains "needle3" contains_all(haystack,"needle1","needle2","needle3") [contains_any is basically the same situation, except with the &'s replaces with |s]
(Batch change) These are low-priority miniprojects that I can mop up at some point when I'm doing general code work as opposed to working on a specific projects.
[Batch change] Removing Dave McCabe from CC, who I somehow managed to add to the CC list of 12 bugs assigned to me.