I'd like to modify some titles via a filter using a regexp. More precisely, 
I'd like to transform things like R42 or TH37 in R or TH.

in bash I would do
echo $title | sed -e 's/\d+$//'

in TW I found rgexp to match titles but nothing to modify via a regexp. Or 
anything that could be used for my purpose. How should I proceed?

One I got those suffix like R or TH, I pla to use a dictionnary to 
transform them into the bits of URL I am trying to build.

In my previous attempts, I used the prefix operator, but this imply to know 
the prefix. Here, I don't want to know it and so cannot use the prefix 
operator.

TIA!

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a9f2ac13-e962-4b2d-8887-090f47567391n%40googlegroups.com.

Reply via email to