[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnumed-devel] GNUmed 1.4.x … Parsing temp lates for placeholders la
From: |
Busser, Jim |
Subject: |
Re: [Gnumed-devel] GNUmed 1.4.x … Parsing temp lates for placeholders lacking double internal delimitin g :: :: |
Date: |
Thu, 28 Nov 2013 19:13:41 +0000 |
On 2013-11-28, at 1:39 AM, Jim Busser <address@hidden> wrote:
> cat filename | grep "\$<\+.\+>\$\+" | grep -v
> "\$<\+.\+::\{1\}.*::\{1\}.*>\$\+"
seems to *mostly work* except for cases where deficient placeholders are
invisible on account of a properly-formatted
$< :: :: >$
earlier on the same line, whose parts seem to contribute to "matches".
I suspect this to be the known
"greedy" / cannot be made "non-greedy"
limitation.
-- Jim