On Wed, 8 Oct 2025 16:31:53 GMT, Bernd <[email protected]> wrote: > Did you also consider a startsWith/containsCaseFold, I missed the case > ignoring variants of those already.
I think for this purpose, we should rather introduce an API to case fold a string - we can use these operations on the case-fold-normalized strings. ------------- PR Comment: https://git.openjdk.org/jdk/pull/27628#issuecomment-3382715644
