https://issues.apache.org/ooo/show_bug.cgi?id=94895
slacka <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from slacka <[email protected]> --- hanya, According to the Visual Basic replace documentation on Start: "Optional. Position within Expression that starts a substring used for replacement. The return value of Replace is a string that begins at Start, with appropriate substitutions. If omitted, 1 is assumed."[1] This means that "All characters before the start position will be removed."[2] revision 1650261 changes this behavior to include the entire string. Are you sure this is correct? [1] http://msdn.microsoft.com/en-us/library/microsoft.visualbasic.strings.replace(v=vs.110).aspx [2] http://www.w3schools.com/vbscript/func_replace.asp -- You are receiving this mail because: You are on the CC list for the issue. You are watching all issue changes.
