S
shapper
Hello,
I have the following string:
MyString = "Posted by $Author$ @ $DateTime${HH:mm}"
I want to create two strings out of the one before:
a = "Posted by $Author$ @ $DateTime$" ... everything outside {}
and
b = "HH:mm" ... everything inside {}
How can I do this?
Thanks,
Miguel
I have the following string:
MyString = "Posted by $Author$ @ $DateTime${HH:mm}"
I want to create two strings out of the one before:
a = "Posted by $Author$ @ $DateTime$" ... everything outside {}
and
b = "HH:mm" ... everything inside {}
How can I do this?
Thanks,
Miguel