2009/4/14 Sebastian Tennant <[email protected]>: > Hi Guilers, > > I needed to replace two consecutive spaces in strings with ' ' so
Most programming languages use regex, and so does guile: http://www.gnu.org/software/guile/manual/html_node/Regular-Expressions.html --linas
