A simple question string.replace



I have a two-column data file like this
1.1 2.3
2.2 11.1
4.3 1.1
....
Is it possible to substitue all '1.1' to some value else without using
re.

Thanks.

.