Skip to content

Unicode string support

Latest
Compare
Choose a tag to compare
@dcutting dcutting released this 07 Apr 16:12
· 7 commits to master since this release

You can now process real unicode strings:

> text = "I like cafés! 😀"
> text.reverse
"😀 !séfac ekil I"

Also added support for literal newlines and tabs using \n, \r, and \t escape sequences.