j
k
j a
j l
On Tue, Feb 2, 2010 at 8:49 AM, Stewart, Robert <Robert.Stewart@sig.com> wrote:
"command1/" >> +(alpha_p | '/') >> '/' >> +alpha_p >> eol_p
This would do the same thing, but execute faster: "command1/" >> (alpha % '/') >> eol
Back to the thread
Back to the list