core
core copied to clipboard
add more String method
- [x] trim
- [x] to_upper
- [x] split
- [ ] c style strcmp
What should we do with the current compare in string.mbt though.
It seems that it is not used anywhere else and this should probably align with other languages.
What should we do with the current
compareinstring.mbtthough. It seems that it is not used anywhere else and this should probably align with other languages.
@bobzhang