Status/Resolution/Reason: To Fix//
Reporter/Name(from Bugbase): Henry Ho / Henry Ho (Henry Ho)
Created: 12/08/2015
Components: Language
Versions: 10.0
Failure Type: Enhancement Request
Found In Build/Fixed In Build: Final /
Priority/Frequency: Minor / Some users will encounter
Locale/System: English / Win All
Vote Count: 2
Problem Description:
A new function is needed for escaping backreferences for reReplace()
Steps to Reproduce:
rereplace('/files/foo.txt', '^/files', 'd:\user\1\files');
Actual Result: 'd:Ser\files/foo.txt'
Expected Result:'d:\user\files/foo.txt'
Any Workarounds: Manually escape 'd:\user\files' with 'd:\\user\\1\files'
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4097633
Reason: BugVerified
External Customer Info:
External Company:
External Customer Name: Henry Ho
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: