1> re:run("a b", "\\w\s\\w"). {match,[{0,3}]} While fixing a typo in my code I've found that \s with a single backslash is matching with a space in re:run but not the other general characters. Is this is bug or feature of re? :-) /Attila