dankox
Results
2
issues of
dankox
Hi, I'm using MuJS version 1.3.2 and I think the `String.prototype.replace()` doesn't work correctly with global regular expression and replacement pattern "$`". MuJS is using the last found location of...
Builtin string type doesn't support `join`, `upper` and `lower` functions/attributes. ```python # fails with missing attribute ",".join(list) "hello world".upper() "HELLo".lower() ``` - [ ] `str.join` - [x] `str.upper` - [x]...
good first issue