python - Convert multiline string to single line string -
I am using Google App Engine and I have to put a multiline string in the datastore. Unfortunately, GAE does not allow that I need this string multipurpose, so is there any way to convert and store any single string in a row string?
You do not need a conversion:
(multiline = true)
/ P>
Comments
Post a Comment