Closed zzarcon closed 8 years ago
This is a small change for replace unwanted characters of the package name, also ensures to replace all the occurrences of the string, so, having this name "abc-de.ab--.cde-":
"abc-de.ab--.cde-"
Before "abc_de_ab--.cde-" Now "abc_de_ab___cde_"
"abc_de_ab--.cde-"
"abc_de_ab___cde_"
Thanks for the module!
Thanks a bunch for this, much nicer than before :)
You welcome!
This is a small change for replace unwanted characters of the package name, also ensures to replace all the occurrences of the string, so, having this name
"abc-de.ab--.cde-"
:Before
"abc_de_ab--.cde-"
Now"abc_de_ab___cde_"
Thanks for the module!