Can matching ignore capitalization?
Yes. Turn off case-sensitive matching to replace uppercase and lowercase variants.
Find and Replace Text를 가입 없이 브라우저에서 무료로 사용하세요. 입력값은 기기에만 남습니다.
계산은 기기에서 처리되며 입력값을 서버로 보내지 않습니다.
Finding “brown” and replacing it with “red” changes every matching occurrence in the entered text.
The find phrase is treated as literal text rather than a regular expression, then every case-sensitive or case-insensitive match is replaced.
An empty search phrase is rejected. Review the output before replacing important source material because all matches change at once.
Yes. Turn off case-sensitive matching to replace uppercase and lowercase variants.
No. Search characters are escaped and treated as an exact literal phrase for predictable behavior.
No. Finding and replacing happens only inside the current browser page.