|
|
Browse by Tags
All Tags » string (RSS)
-
I use "Assign Attibute" using the expression:
"Hello \r \n" + " here ...there"
and assign this to the item description (this is just a simplified example, as in reality the expression ...
-
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, ...
-
Thank-you, your answer helps a lot.
My problem is the following: if a string has a left bracket, then keep everything before the bracket, else keep the whole string.
Example:
text1 text2 (text_to_discard) ...
-
I have some text in an attribute. I would like to extract a substring from this one. How to do this in RoboMaker? Examples of strings I would like to extract:
- first 5 characters only / last 5 characters only
- initial string without first / last 5 characters
- extract 10 characters after the first ...
-
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), ...
|
|