in reply to Re^4: Shortest way to replace a string
in thread Shortest way to replace a string

s/^(30\.00)\S+/$1.00.00/;

is two fewer.