|

CaseSensitive


(boolean) Whether the search will be case sensitive:



VALUE DESCRIPTION


true


Perform a case-sensitive search.


false


Ignore the character case in the search. (Default)


Re t u r n s


(string) A copy of the source string containing the replacement sub-string. If the sub-string is not found, a copy of the source string is returned.


|