A
Aaron
I need some help writing a function that converts
"name:john"
into
"<name>john</name>"
it should be compatible with different tags, not just names
"name:john"
"email:[email protected]"
into
"<name>john</name>"
"<email>[email protected]</email>"
Thanks in advance
Aaron
"name:john"
into
"<name>john</name>"
it should be compatible with different tags, not just names
"name:john"
"email:[email protected]"
into
"<name>john</name>"
"<email>[email protected]</email>"
Thanks in advance
Aaron