'VarModifiers.sh' toevoegen
This commit is contained in:
5
VarModifiers.sh
Normal file
5
VarModifiers.sh
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
option="${option// /}" #Removes Spaces
|
||||||
|
option="${option/:/ }" #First : to Space
|
||||||
|
option="${option//:}" #Removes :
|
||||||
|
option="${option,,}" #Removes LowerCase
|
||||||
|
option="${option//'"'}" #Removes "
|
||||||
Reference in New Issue
Block a user