I have kind of a lazy form that has two textboxes. When I click a button I basically concatenate the two textboxes with a delimiter. Is there like a special delimiter that cannot actually be typed in an html textbox, even if the &#xxx; syntax is used?
Share
Why concatenate? How about using JSON?
A simple and safe concatenation format would be
For example