Search found 2 matches

by Shepazu
Mon Dec 02, 2024 6:38 pm
Forum: General
Topic: Origin of number sequence generation in replacement format strings?
Replies: 3
Views: 3656

Re: Origin of number sequence generation in replacement format strings?

Thanks, AmigoJack, I appreciate the detailed answer.

I'm specifically interested in who came up with the `\i` syntax. I tracked down John Maddock (who's now a luthier!) and he thinks that was original to TextPad, not a feature of RegEx++.
by Shepazu
Wed Nov 27, 2024 10:11 pm
Forum: General
Topic: Origin of number sequence generation in replacement format strings?
Replies: 3
Views: 3656

Origin of number sequence generation in replacement format strings?

I've always been a fan of TextPad's elegant extension of RegEx in generating sequential numbers, using the \i expression syntax.

I found more details elsewhere in this forum: https://forums.textpad.com/viewtopic.php?p=43052#p43052 ):


\i Replace with numbers starting from 1, incrementing by 1.
\i ...