that did it!  thanks Watts.  and of course everyone else who expanded my
usage of BBEdit.  Been using BBEdit for 20 years as a web designer but have
limited grep regex experience.

On Wed, Jul 27, 2022 at 5:09 PM Watts Martin <lay...@gmail.com> wrote:

> It looks like you can do that by searching for
>
> ^(.+?)((\d+\.){3}\d+)$
>
> and replacing it with
>
> \2 \1
>
> That basically captures two search items: the first is everything from the
> start of the line up to the IP address, and the second is the IP address.
>
> On Jul 27, 2022 at 16:28:20, DiBello Design <dibellodes...@gmail.com>
> wrote:
>
>> I didn't articulate my question properly.  I'm having no trouble (thanks
>> to everyone) extracting the ip addresses.
>>
>> My last question was how to just move the ip address at the end to the
>> beginning of the line like:
>>
>> [Tue Jul 26 19:13:40.922101 2022] [qos:error] [pid 1197:tid
>> 47464083257088] mod_qos(034): access denied, QS_SrvMinDataRate rule (in:0):
>> min=158, this connection=0, c=67.86.3.124
>>
>> to
>>
>> 67.86.3.124 [Tue Jul 26 19:13:40.922101 2022] [qos:error] [pid 1197:tid
>> 47464083257088] mod_qos(034): access denied, QS_SrvMinDataRate rule (in:0):
>> min=158, this connection=0, c=
>>
>> --
> This is the BBEdit Talk public discussion group. If you have a feature
> request or need technical support, please email "supp...@barebones.com"
> rather than posting here. Follow @bbedit on Twitter: <
> https://twitter.com/bbedit>
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "BBEdit Talk" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/bbedit/RxzJ-7VG7aE/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> bbedit+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/bbedit/CA%2BGozv3HP7xwTmDcdU%2Bn%3DVp%2BQpK_QCCjtAmaaUR8h1XZ6RTGxQ%40mail.gmail.com
> <https://groups.google.com/d/msgid/bbedit/CA%2BGozv3HP7xwTmDcdU%2Bn%3DVp%2BQpK_QCCjtAmaaUR8h1XZ6RTGxQ%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>


-- 
Rick DiBello

DiBello Design
dibellodesign.com

Erie Internet
erieinternet.com

-- 
This is the BBEdit Talk public discussion group. If you have a feature request 
or need technical support, please email "supp...@barebones.com" rather than 
posting here. Follow @bbedit on Twitter: <https://twitter.com/bbedit>
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/CADU6VFNwCBQkXtBPHmE%3D4yZDPoRjzT1azPjv9wwS%2BsUej58tWw%40mail.gmail.com.

Reply via email to