General

Profile

stas (Stas Senotrusov)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

02/27/2010

11:20 PM Ruby Bug #2822 (Closed): Russian characters are missing from word characters types in Regexp
=begin
"Hello".match(/[\w]*/)
=> #<MatchData "Hello">

"Привет".match(/[\w]*/)
=> #<MatchData "">

"Привет".match(/[А-Яа-яЁё\w]*/)
=> #<MatchData "Привет">

Non word character type \W behaves similar.
=end
stas (Stas Senotrusov)

Also available in: Atom