Alan B <alanrichardbarker@gmail.com.invalid> wrote:
Can anyone recommend an online primer for regex please? I've found a
few myself but I really want something that's suitable for a very raw beginner. TIA.
The regex chapter (no.11) of the MacSOUP manual is good.
In case you get no recommendations for a more accessible
primer, I'd be happy to copy the manual for you.
Sn!pe <snipeco.2@gmail.com> wrote:
Alan B <alanrichardbarker@gmail.com.invalid> wrote:
Can anyone recommend an online primer for regex please? I've found a
few myself but I really want something that's suitable for a very raw beginner. TIA.
The regex chapter (no.11) of the MacSOUP manual is good.
In case you get no recommendations for a more accessible
primer, I'd be happy to copy the manual for you.
I've got MacSOUP installed on my Mojave VM which I've not run for ages. Anyway runnng it now and have exracted the manual as a PDF via MacSOUP
Help. Thanks for the info :)
Alan B <alanrichardbarker@gmail.com.invalid> wrote:
Sn!pe <snipeco.2@gmail.com> wrote:
Alan B <alanrichardbarker@gmail.com.invalid> wrote:
Can anyone recommend an online primer for regex please? I've found a
few myself but I really want something that's suitable for a very raw
beginner. TIA.
The regex chapter (no.11) of the MacSOUP manual is good.
In case you get no recommendations for a more accessible
primer, I'd be happy to copy the manual for you.
I've got MacSOUP installed on my Mojave VM which I've not run for ages.
Anyway runnng it now and have exracted the manual as a PDF via MacSOUP
Help. Thanks for the info :)
You may want to search on 'regex cheat sheet'.
These things give all the useful abbreviations on a single page.
(which is suitable for printing)
On 28 Mar 2024 at 10:04:00 GMT, "J. J. Lodder" <J. J. Lodder> wrote:
Alan B<alanrichardbarker@gmail.com.invalid> wrote:
Sn!pe <snipeco.2@gmail.com> wrote:
Alan B<alanrichardbarker@gmail.com.invalid> wrote:
Can anyone recommend an online primer for regex please? I've found a few myself but I really want something that's suitable for a very raw beginner. TIA.
The regex chapter (no.11) of the MacSOUP manual is good.
In case you get no recommendations for a more accessible
primer, I'd be happy to copy the manual for you.
I've got MacSOUP installed on my Mojave VM which I've not run for ages. Anyway runnng it now and have exracted the manual as a PDF via MacSOUP Help. Thanks for the info :)
You may want to search on 'regex cheat sheet'.
These things give all the useful abbreviations on a single page.
(which is suitable for printing)
Yes, thank you for that - I've found several promising links :)
This is useful, not so much as a primer but as a useful tool for a newbie playing with regex:
https://www.apptorium/com/expressions
On 28 Mar 2024 at 7:27:25 pm GMT, "Alan B" <alanrichardbarker@gmail.com.invalid> wrote:
On 28 Mar 2024 at 18:36:49 GMT, "Martin S Taylor"
<correspondence@mRaErMtOiVnEsTtHaIySlor.com> wrote:
This is useful, not so much as a primer but as a useful tool for a newbie >>> playing with regex:
https://www.apptorium/com/expressions
Link corrected: <https://www.apptorium.com/expressions>
Thanks and only $/£7.99 to purchase after 7-day trial which I've started.
+1 thanks - I wanted to recommend this to the OP but couldn't remember its name!
On 28 Mar 2024 at 18:36:49 GMT, "Martin S Taylor" <correspondence@mRaErMtOiVnEsTtHaIySlor.com> wrote:
This is useful, not so much as a primer but as a useful tool for a newbie
playing with regex:
https://www.apptorium/com/expressions
Link corrected: <https://www.apptorium.com/expressions>
Thanks and only $/£7.99 to purchase after 7-day trial which I've started.
On 28/03/2024 22:35, Bruce Horrocks wrote:
On 28/03/2024 22:29, TimH wrote:
On 28 Mar 2024 at 7:27:25 pm GMT, "Alan B"
<alanrichardbarker@gmail.com.invalid> wrote:
On 28 Mar 2024 at 18:36:49 GMT, "Martin S Taylor"
<correspondence@mRaErMtOiVnEsTtHaIySlor.com> wrote:
This is useful, not so much as a primer but as a useful tool for a
newbie
playing with regex:
https://www.apptorium/com/expressions
Link corrected: <https://www.apptorium.com/expressions>
Thanks and only $/£7.99 to purchase after 7-day trial which I've
started.
+1 thanks - I wanted to recommend this to the OP but couldn't remember
its
name!
There are free alternatives e.g <https://regexr.com>
BBEdit uses a good regex engine, and automatically highlights all
matching text as you write a regex - rather neat. Their manual (PDF) is online at https://www.barebones.com/support/bbedit/index.html#docs and
has a decent chapter on regexes.
On 28/03/2024 22:29, TimH wrote:
On 28 Mar 2024 at 7:27:25 pm GMT, "Alan B"
<alanrichardbarker@gmail.com.invalid> wrote:
On 28 Mar 2024 at 18:36:49 GMT, "Martin S Taylor"
<correspondence@mRaErMtOiVnEsTtHaIySlor.com> wrote:
This is useful, not so much as a primer but as a useful tool for a
newbie
playing with regex:
https://www.apptorium/com/expressions
Link corrected: <https://www.apptorium.com/expressions>
Thanks and only $/£7.99 to purchase after 7-day trial which I've
started.
+1 thanks - I wanted to recommend this to the OP but couldn't remember
its
name!
There are free alternatives e.g <https://regexr.com>
BBEdit uses a good regex engine, and automatically highlights all
matching text as you write a regex - rather neat. Their manual (PDF) is online at https://www.barebones.com/support/bbedit/index.html#docs and
has a decent chapter on regexes.
On 28/03/2024 22:35, Bruce Horrocks wrote:
On 28/03/2024 22:29, TimH wrote:
On 28 Mar 2024 at 7:27:25 pm GMT, "Alan B" <alanrichardbarker@gmail.com.invalid> wrote:
On 28 Mar 2024 at 18:36:49 GMT, "Martin S Taylor" <correspondence@mRaErMtOiVnEsTtHaIySlor.com> wrote:
This is useful, not so much as a primer but as a useful tool for a newbie
playing with regex:
https://www.apptorium/com/expressions
Link corrected: <https://www.apptorium.com/expressions>
Thanks and only $/£7.99 to purchase after 7-day trial which I've started.
+1 thanks - I wanted to recommend this to the OP but couldn't remember its
name!
There are free alternatives e.g<https://regexr.com>
BBEdit uses a good regex engine, and automatically highlights all
matching text as you write a regex - rather neat. Their manual (PDF) is online at https://www.barebones.com/support/bbedit/index.html#docs and
has a decent chapter on regexes.
On 29 Mar 2024, Chris Ridd wrote
(in article <uu62fl$79c0$1@dont-email.me>):
On 28/03/2024 22:35, Bruce Horrocks wrote:
On 28/03/2024 22:29, TimH wrote:
On 28 Mar 2024 at 7:27:25 pm GMT, "Alan B"
<alanrichardbarker@gmail.com.invalid> wrote:
On 28 Mar 2024 at 18:36:49 GMT, "Martin S Taylor"
<correspondence@mRaErMtOiVnEsTtHaIySlor.com> wrote:
This is useful, not so much as a primer but as a useful tool for a >>>>>> newbie
playing with regex:
https://www.apptorium/com/expressions
Link corrected: <https://www.apptorium.com/expressions>
Thanks and only $/£7.99 to purchase after 7-day trial which I've
started.
+1 thanks - I wanted to recommend this to the OP but couldn't remember >>>> its
name!
There are free alternatives e.g<https://regexr.com>
BBEdit uses a good regex engine, and automatically highlights all
matching text as you write a regex - rather neat. Their manual (PDF) is
online at https://www.barebones.com/support/bbedit/index.html#docs and
has a decent chapter on regexes.
I'm quite good at using regex to find strings, but is there a regex standard for 'replace'?
For example, if I want to replace all occurrences of
<anydigit1><somecharacterstring><anydigit2>
with
<samedigit1>"xyz"<samecharacterstring><samedigit2>
is there a standard syntax to do this, and where can I learn it?
Yes the Pattern Playground feature is proving very educational. I don't think I'll ever become a competent regex-er but its improving my understanding quite a bit :)
On 28/03/2024 22:35, Bruce Horrocks wrote:
On 28/03/2024 22:29, TimH wrote:
On 28 Mar 2024 at 7:27:25 pm GMT, "Alan B"
<alanrichardbarker@gmail.com.invalid> wrote:
On 28 Mar 2024 at 18:36:49 GMT, "Martin S Taylor"
<correspondence@mRaErMtOiVnEsTtHaIySlor.com> wrote:
This is useful, not so much as a primer but as a useful tool for a
newbie
playing with regex:
https://www.apptorium/com/expressions
Link corrected: <https://www.apptorium.com/expressions>
Thanks and only $/£7.99 to purchase after 7-day trial which I've
started.
+1 thanks - I wanted to recommend this to the OP but couldn't remember
its
name!
There are free alternatives e.g <https://regexr.com>
BBEdit uses a good regex engine, and automatically highlights all
matching text as you write a regex - rather neat. Their manual (PDF) is online at https://www.barebones.com/support/bbedit/index.html#docs and
has a decent chapter on regexes.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 546 |
Nodes: | 16 (2 / 14) |
Uptime: | 14:41:16 |
Calls: | 10,389 |
Files: | 14,061 |
Messages: | 6,416,903 |