php - Remove all spaces after last character and before final dot -
i have rar files im using php extract contents, of files have space before extension , can't figure out how remove it.
example:
this file.name (testing) .rar
i want remove space after ) , .rar don't want remove other 1 in file.name
is possible ?
Comments
Post a Comment