Evaluation of strReplace() function

Input

Enter strings into forms.
strReplace(strOrg, ssrc, sdest, gflag, iflag)

String contains replacement strOrg =
replacement source string ssrc =
destination string sdest =
gflag = (not checked(false) = replace first string only / checked(true)= replace every string)
iflag = (not checked(false) = distinct case in both "ssrc" and "strOrg" / checked(true)= ignore case distinctions in both "ssrc" and "strOrg")

Output

Result =