For reference see [topic on google group](https://groups.google.com/forum/#!topic/robotframework-users/0ncVqpLu0-4). > (...) Perhaps it could work like this: ``` Should Be Equal ${string} expected ignore_case=True Should Contain ${list} expected ignore_case=True ``` - Must be backward compatible (default value as before) - Must have Unit Tests expanded for new option. --- Update by @pekkaklarck: These keywords should get the new `ignore_case` argument: - [x] Should (Not) Be Equal - [x] Should (Not) Be Equal As Strings - [x] Should (Not) Start With - [x] Should (Not) End With - [x] Should (Not) Contain - [x] Should Contain X Times - [x] Should (Not) Contain Any (added in RF 3.0.1, see #2120) - [x] Should (Not) Match