Hi,
i need to write some implementation of key delimeter value , while the application will insert this value and delimeter which is undefined to the db.
after that i need to retrieve the key and the value , the issue that this delimeter is defined by some custom code and could be any thing.
my problem begins when the delimeter which defined by custom code will be part of the 'key' or\and 'value' . in this case the retieval of the key and value base on parsing and split or any regex will give the wrong key and value.
Please advice,what is your suggestion since m looking on the internet to find any piece of information which can help.
Thanks in advance.