Hi
I been playing with the macro settings and Regex and all works very well.
But I have encountered an issue that I hope someone can help
At the moment I am parsing with regex to get a title from an article txt file
I have
<title>{Shalom or should I say hi|New day and I like to say {Hello|Howdy|Hi}}</title>
I am using this macro to get the title
{-File.GetString-|-C:\articles\aros.txt-|-random-|-false-|-(?<=\<title\>).*(?=\<\/title\>)-}
But this will essentially posts a title like this on the site I am trying to post to:
{Shalom or should I say hi|New day and I like to say {Hello|Howdy|Hi}}
How would I make zennoposter to actually post a variant and not all this line to the site?
Greatly appreciate help with this task.
Best,
Kandor
I been playing with the macro settings and Regex and all works very well.
But I have encountered an issue that I hope someone can help
At the moment I am parsing with regex to get a title from an article txt file
I have
<title>{Shalom or should I say hi|New day and I like to say {Hello|Howdy|Hi}}</title>
I am using this macro to get the title
{-File.GetString-|-C:\articles\aros.txt-|-random-|-false-|-(?<=\<title\>).*(?=\<\/title\>)-}
But this will essentially posts a title like this on the site I am trying to post to:
{Shalom or should I say hi|New day and I like to say {Hello|Howdy|Hi}}
How would I make zennoposter to actually post a variant and not all this line to the site?
Greatly appreciate help with this task.
Best,
Kandor