Case-insensitive matching

Report a typo

Complete the following matcher to make it case-insensitive.

ExampleMatcher matcher = ExampleMatcher.matching()
        .____________
        .withIgnoreNullValues()
        .withStringMatcher(ExampleMatcher.StringMatcher.CONTAINING);
Enter a short text
___

Create a free account to access the full topic