>> config.commands.copyTiddler.suffixPattern=/ - ([0-9]+)$/;
>
> Eric - what change is required to force min 2 digits in 'n'?
I'm not familiar with the rest of the code, but it seems like changing
"[0-9]+" to "[0-9]{2,}" should do the trick.
> I always find RegEx to have completely the opposite effect to aspirin
Once you get the hang of it, RegEx is lovely. Much like the *nix command
line.
-- F.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---