PHP Demo
PHP Code Output

str_replace is case-sensitive



The source string:
This Is A Test Sentence With Titlecase
this is a test sentence with small letters.
This Is A Test Sentence With Titlecase
this is a test sentence with small letters.


The replaced string:
This Is A TEST Sentence With Titlecase
this is a TEST sentence with small letters.
This Is A TEST Sentence With Titlecase
this is a TEST sentence with small letters.