in reply to Re: How to remove the spaces after the directory name and before the .html extension from my code using perl?
in thread How to remove the spaces after the directory name and before the .html extension from my code using perl?
I had used the above thing to remove the spaces .$word=~s/("\S+|\S+|")\s*/$1/g;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: How to remove the spaces after the directory name and before the .html extension from my code using perl?
by Corion (Patriarch) on Apr 13, 2017 at 10:41 UTC |