It creates a new string where the strings are replaced. Example: strSource = "asdf" strDest = Replace(strSource "sd", "-") Now strDest contains "a-f" --- b { font-weight: normal; }
It creates a new string where the strings are replaced. Example: strSource = "asdf" strDest = Replace(strSource "sd", "-") Now strDest contains "a-f" --- b { font-weight: normal; }