Added Conditions ParametersDontMatchCaseInsensitive, ParametersMatchCaseInsensitive
requested to merge jmargraf/action-provider:add-condition-parameters-match-caseinsensitive into master
I need to compare two string-values but without Sensitivity. So I used strcasecmp to do the task and build two new conditions for it.