[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: the most optimal string "trim" implementation
- From: David Manura <dm.lua@...>
- Date: Sat, 26 Dec 2009 01:05:07 -0500
On Sat, Dec 26, 2009 at 1:03 AM, David Manura wrote:
> s:match'^%f[%S].*%f[%s]'
correction: without the '^'.