For Perl (language) only # syntax (NOTE: this overwrites your original string) =~ s/ / /g; # example: replacing all the 'r' characters with 'l' $YourVar ...
確定! 回上一頁