Hello,
I am using regexp to match unicode(arabic) character but it is not
working
code:
# encoding: utf-8
Chars = String[0..-1]
words = Chars[/\p{Word}/,1]
but I am having nothing in the array
Is there a way to solve this problem
I am using Ruby 1.9.2
regards
--
Posted via http://www.ruby-forum.com/.