|
|
Browse by Tags
All Tags » string » strings (RSS)
-
At some stage, I extract some text with Action>Extract and Converters>Advanced extract. My extract result is like this:
$1 is a day of the month
$2 is a month
I want to generate a date like "10-22". So my output expression is $2-$1.
But this gives
10-8
10-9
10-10
10-11
...
In fact, I prefer to format all numbers to 2 digits, ...
-
I hope someone can help me, because I am stuck.
I am looping through some tags which I can find easily. At each step, I want to compare the text delimited by this tag to another text I stored in the RSSItem.rights attribute.
If the first string (the tag text) is contained in the second one (the RSSItem.rights), ...
|
|