Hi Eric and all,

I was trying to use TiddlerTweakerPlugin to replace

> ===<linebreak>(\+\+\+\[SomeText\].+?===)
>
as the regexp syntax

> \1<linebreak>===
>
that is, I want to swap the first instance of "===" and 
"\+\+\+\[SomeText\].+?===" which is enclosed inside the parentheses, and 
represented as "\1" in the replace target string.

However, TiddlerTweakerPlugin does not seem to recognize the grouping 
syntax of regexp to use the shortcut "\1" to represent the whole string to 
be kept, and in the result of replacement, "\1" appears literally. But I 
hoped that I can get

> +++[SomeText]SliderContent===<linebreak>===
>

Is there any way around to get my desired result? Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/-Di1STddpx4J.
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.

Reply via email to