Fix typo in ignorecase comment
In order to perform a case-sensitive search with ignorecase, the pattern should contain `\C` instead of `/C`.
This commit is contained in:
Reference in New Issue
Block a user
In order to perform a case-sensitive search with ignorecase, the pattern should contain `\C` instead of `/C`.