[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Regex Assistance
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:
>>