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