[ale] Regex Assistance

DJ-Pfulio DJPfulio at jdpfu.com
Mon May 13 21:39:03 EDT 2019


Or post a pastbin/sprunge.us link?
$ cat $file | curl -F 'sprunge=<-' http://sprunge.us

+1 on perl regex.  I didn't parse out the question, but something about
there being some number of "GS" strings which could be delimiters
between groups ... if you want to access the stuff between them, you
could use my @a = split(/GS/, $_); to get a perl array of whatever size
necessary with the data split into each element, in order.  regex is a
HUGE part of perl.

On 5/13/19 7:14 PM, Byron Jeff via Ale wrote:
> sed -e 's//Actual question about regex?/'
> 
> BAJ
> 
> On Mon, May 13, 2019 at 07:01:12PM -0400, Calvin Harrigan via Ale wrote:
>> 


More information about the Ale mailing list