Skip to content

Instantly share code, notes, and snippets.

@ondrejbartas
Created February 29, 2012 19:29
Show Gist options
  • Save ondrejbartas/1943795 to your computer and use it in GitHub Desktop.
Save ondrejbartas/1943795 to your computer and use it in GitHub Desktop.
Substring UNICODE in ruby 1.8.7
puts "ščřžýáíéáýžřčřžýáíážřýášžýěáč".scan(/./mu)[0,10].join
@phlcastro
Copy link

thanks!!! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment