Log in
Skip to main content
Skip to sidebar
Dashboards
Projects
Issues
Help
Jira Core help
Keyboard Shortcuts
About Jira
Jira Credits
Log In
Watched Subcomponents
JDK
JDK-8025197
String replace method fails with regexp /$/gi
Log In
Closed
Export
null
XML
Word
Printable
Details
Type:
Bug
Resolution:
Fixed
Priority:
P2
Fix Version/s:
8
Affects Version/s:
8
Component/s:
core-libs
Labels:
None
Subcomponent:
jdk.nashorn
Resolved In Build:
b110
Verification:
Verified
Description
jjs> 'dog'.replace(/$/gi, 's')
dogss
Should return 'dogs'
Attachments
Activity
People
Assignee:
Hannes Wallnoefer
Reporter:
Hannes Wallnoefer
Votes:
0
Vote for this issue
Watchers:
3
Start watching this issue
Dates
Created:
2013-09-21 01:04
Updated:
2013-12-16 06:18
Resolved:
2013-09-26 01:16