Emacs String Functions
Posted in Emacs on May 17th, 2009
I looked into translating each of the examples in the PLEAC and it would be a lot of work. Instead I’ll do my own thing. This post covers function for working with strings.
Please give feedback if you can think of any improvements.
Characters and Strings
Strings are a sequence of characters. Unlike many languages [...]