Separate words starting with (a|e|i|o|u|y|h) from the others

neomatic

Client
Регистрация
27.10.2011
Сообщения
64
Благодарностей
8
Баллы
8
Hi,

I'm a little lost in this new language. I just download the demo and I'm trying to get the functionality of Zenno.
The NET framework is quiet new for me.

here i would like to know if it's possible from a list of words, to separate the words starting with vowel (a,e,i,o,u,y,h) on a line and the resting words on the other line.
Example:
FROM
{abbaye|monastère|cloître|couvent|ermitage|prieuré|chalet|doyenné}
PARSE
{abbaye|ermitage}
{monastère|cloître|couvent|prieuré|chalet|doyenné}

If there's a way to do so, i'm interested of doing it and get a software license.
With excel page i found a way to do it, but it took me 2 hours. And I think Zenno can help me gaining time with this kind of stuff.

Is there a practical way to learn ZennoPoster from zero to hero on a pdf file ? The baseline of operator OR, AND, IF ELSE, SUBSTITUTE...

Thank you for your time and devotion.
 

maxipr

Новичок
Регистрация
05.06.2011
Сообщения
20
Благодарностей
0
Баллы
0
I think a simple php code will do the trick.
1. Turn your string of text to array using explode
2. get the first character of each array element using substr
3. Using a loop with if then you can get exactly what needed.

Hope it helps
 

neomatic

Client
Регистрация
27.10.2011
Сообщения
64
Благодарностей
8
Баллы
8
Yep,
You're right. Thank you.
I would like to understand how to create logic branch with Zenno.
If you have some tips, I'll appreciate.
 

neomatic

Client
Регистрация
27.10.2011
Сообщения
64
Благодарностей
8
Баллы
8
OR : |
AND
IF
IFNOT
ELSE
...things like that
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)