>
On Mon, Jun 27, 2011 at 11:52 AM, Daniel Dormont <> wrote: > Suppose I want to test that a certain string String1 ends with a certain other string String2. Although it doesn't actually answer the question you asked, you might try something like lists:suffix(String2, String1). Cheers. k. -- kevin montuori