Hi,
I've got 2 questions regarding regular expression.
The first is:
How can I transform a text like
asdfgh qwertz
sdfgerfhhjkjk dhgkjdk
to
Asdfgh Qwertz
Sdfgerfhhjkjk Dhgkjdk
(The first letter after a blank should become a capital)
The second question is:
How can I transform the text
qwert-asdfg
asdfgh - sjhdfgshf
to
asdfg-qwert
sjhdfgshf - asdfgh
(Exchanging the two sides of '-')
Any help would be greatly appreciated
Regards from Vienna as well
HolySpirit
I've got 2 questions regarding regular expression.
The first is:
How can I transform a text like
asdfgh qwertz
sdfgerfhhjkjk dhgkjdk
to
Asdfgh Qwertz
Sdfgerfhhjkjk Dhgkjdk
(The first letter after a blank should become a capital)
The second question is:
How can I transform the text
qwert-asdfg
asdfgh - sjhdfgshf
to
asdfg-qwert
sjhdfgshf - asdfgh
(Exchanging the two sides of '-')
Any help would be greatly appreciated
Regards from Vienna as well
HolySpirit