Lines Matching refs:Replace
56 str = Replace(Trim(str), "0x", "")
57 str = Replace(str, " ", "")
58 str = Replace(str, "`", "")
180 str = Replace(hexstr, vbCr, Empty)
181 str = Replace(str, vbLf, Empty)
182 str = Replace(str, vbTab, Empty)
183 str = Replace(str, Chr(0), Empty)
184 str = Replace(str, "{", Empty)
185 str = Replace(str, "}", Empty)
186 str = Replace(str, ";", Empty)
187 str = Replace(str, "+", Empty)
188 str = Replace(str, """""", Empty)
189 str = Replace(str, "'", Empty)
190 str = Replace(str, " ", Empty)
191 str = Replace(str, "0x", Empty)
192 str = Replace(str, "\x", Empty)
193 str = Replace(str, ",", Empty)
347 HexDump = Replace(HexDump, " ", "")
348 HexDump = Replace(HexDump, vbCrLf, "")
380 GetParentFolder = Replace(Join(tmp, "\"), "\" & ub, "")