We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
e90c853
Problem: substitute() can be slow with long strings. Solution: Store a pointer to the end, instead of calling strlen() every time. (Ozaki Kiichi)