mamchenkov.net
Partial string replacement with fixed length in PHP
Today I came across one of those problems that look simple and straight forward at first, but then somehow consume a good part of an hour to solve. I wanted to replace a part of the string (in the middle), with given character, without changing the length of the string itself. Once scenario would be … Continue reading Partial string replacement with fixed length in PHP