http://qs321.pair.com?node_id=11114641


in reply to Function for reading file

[A-Za-z\W] is a really strange regex. In an ASCII-only character set it will match every character except 0-9 and underscore (_). It may be exactly what you are after but it's unusual.


Dave