Why does '[a-z]*' match non-alphabetical strings? – unix.stackexchange.com 12:49 Posted by Unknown No Comments I have a file alphanum with these two lines: 123 abc this is a line I am confused as to why, when I run sed 's/[a-z]*/SUB/' alphanum, I get the following output: SUB123 abc SUB is a line I was ... from Hot Questions - Stack Exchange OnStackOverflow via Blogspot Share this Google Facebook Twitter More Digg Linkedin Stumbleupon Delicious Tumblr BufferApp Pocket Evernote Unknown
0 Comment to "Why does '[a-z]*' match non-alphabetical strings? – unix.stackexchange.com"
Post a Comment