Complete the following matcher to make it case-insensitive.
ExampleMatcher matcher = ExampleMatcher.matching()
.____________
.withIgnoreNullValues()
.withStringMatcher(ExampleMatcher.StringMatcher.CONTAINING);Complete the following matcher to make it case-insensitive.
ExampleMatcher matcher = ExampleMatcher.matching()
.____________
.withIgnoreNullValues()
.withStringMatcher(ExampleMatcher.StringMatcher.CONTAINING);Create a free account to access the full topic