Skip to Main Content

APEX

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!

Add commas between values in textbox

DooliusMar 14 2014 — edited Mar 17 2014

Problem: Users need to be able to paste values into a text box and/or textarea and click a button that will take those values and show them the output with commas inserted.

ex:

User Input

val1

val2

val3

Output

val1,val2,val3

other situation

Is there a way to compare the values to a list created from table values and parse that way? this is different from above because the values might have spaces but still be the same value.

ex:

User Input

this is value one

this is value two

this is value three

Output

this is value one, this is value two, this is value three

So for that I would want to take what the user input, and try and match it to different values in a certain column in my table if that makes sense

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 14 2014
Added on Mar 14 2014
3 comments
671 views