Fixed the regular expression - also made the command line robust
authorHarishankar <v.harishankar@gmail.com>
Fri, 29 May 2020 09:26:25 +0000 (14:56 +0530)
committerHarishankar <v.harishankar@gmail.com>
Fri, 29 May 2020 09:26:25 +0000 (14:56 +0530)
commit8c424fbdf4baf3e27f63b2526def89ddf4ac1b83
treef90f1c9dfb97327bafda350ed4aad9320fb681ff
parentc8e41a83368b467f56a53501b0681e99d50a888c
Fixed the regular expression - also made the command line robust
Made the command line more robust and fixed the regular expression
to make literal dot using \. instead of . (inadvertent error)
src/main.rs