Yuji Nishida - 2015-09-23

Let me add other example in Japanese.

There is a space between "aaa" and "bbb", but the first one has Japanese space whose character code in UTF8 is E38080. The match result should not be different.

Prelude Text.Regex.Posix> "<tag>aaa bbb ccc</tag>" =~ "</tag>" :: Bool
False
Prelude Text.Regex.Posix> "<tag>aaa bbb ccc</tag>" =~ "</tag>" :: Bool
True