infix fun <T : CharSequence> CharSequenceContains.Builder<T, NoOpSearchBehaviour>.ignoring(case: case): CharSequenceContains.Builder<T, IgnoringCaseSearchBehaviour>
Defines that the search behaviour ignore case
shall be applied to this sophisticated contains
assertion.
Return
The newly created builder.
infix fun <T : CharSequence> NotCheckerOption<T, NotSearchBehaviour>.ignoring(case: case): NotCheckerOption<T, IgnoringCaseSearchBehaviour>
Defines that the search behaviour ignore case
shall be applied to this sophisticated contains not
assertion.
Return
The newly created builder.