Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

most unique delimiter between key and value.

FouadAzemAug 14 2013 — edited Sep 4 2013

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.

This post has been answered by unknown-7404 on Sep 1 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 2 2013
Added on Aug 14 2013
19 comments
1,976 views