On 3/18/2023 9:29 AM, John P. Hartmann wrote:
> On 3/18/23 14:02, Glenn Knickerbocker wrote:
>>    ... | split 80 before not 00-ff | ...
> 
> Hehe!  So I forgot to check for an impossible character range in
> combination with NOT.

Turns out using a number with it doesn't work as I imagined anyway,
though, since it's never found:

pipe literal asdfasdfasdf|split 5 before not 00-ff|cons|chop 5 before
not 00-ff|cons

asdfasdfasdf

asdfasdfasdf


Oh, well.  CHOP|LOCATE|FANINANY it is for that case (or
CHOP|GATHER|LOCATE if I'm not worried about null input records).

¬R

Reply via email to