Closed
Description
The str
class is still missing several methods. In CPython there exist a lot of handy methods you can use on strings. To fix this issue, head over to the file vm/src/obj/objstr.rs
and add a method you found was missing.
This is a good first issue. If you completed your mission, please create another good starter issue for others to get their hands dirty with the sourcecode!