Replace() method allows you to easily replace a substring with another substring, or a character with another character, within the contents of a String object. This method is very handy, but it is always case-sensitive .
Is replace case-sensitive?
Replace() method allows you to easily replace a substring with another substring, or a character with another character, within the contents of a String object. This method is very handy, but it is always case-sensitive .
Leave a Reply
Is replace () case-sensitive?
If you want to know, the replace method is case sensitive , and so, if you eval “delete” against “DELETE” the answer will be false, because they aren’t equals. You can use Regular Expressions as the others pals said.7 Eki 2021
Leave a Reply
Is replace case sensitive?
Replace() method allows you to easily replace a substring with another substring, or a character with another character, within the contents of a String object. This method is very handy, but it is always case-sensitive .