Done, and gets things smart.
20Oct
Posted by Elf Sternberg as personal, programming, python
Do you have that one thing that you have to constantly look up? In python, to replace elements of a string, there are two operators. One is a strictly linear search, the other uses regular expressions. The regexp call to replace part of a string with another string is sub, and the string call to [...]