We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@me-no-dev
Pulled the latest head (4d95e3a), String::replace() is broken.
String foo = "/sd/ctl00000000.rrd"; foo.replace("/sd/","/");
Should result in foo containing "/ctl00000000.rrd". Instead, it results in "/ctl00000000. 0."
Going back in time to before the recent String commits...
git reset --hard 6e7cc521
fixes the issue.
The text was updated successfully, but these errors were encountered:
93d5b8c
No branches or pull requests
@me-no-dev
Pulled the latest head (4d95e3a), String::replace() is broken.
Should result in foo containing "/ctl00000000.rrd". Instead, it results in "/ctl00000000. 0."
Going back in time to before the recent String commits...
fixes the issue.
The text was updated successfully, but these errors were encountered: