str.upcase! â str or nil
Instance Public methods
Upcases the contents of str, returning nil
if no
changes were made. Note: case replacement is effective only in ASCII
region.
Upcases the contents of str, returning nil
if no
changes were made. Note: case replacement is effective only in ASCII
region.
Please login to continue.