How do I remove all alphabets and retain only numbers from a string ?? I have made a list in Listview. (CIGARETTE, Rs 2000). I need to REMOVE all alphabets, and retain only numbers, when the Listview Element is selected.
Input String is CIGARETTE, Rs 2000
Output String Required is 2000
that's amazing. so you can create a procedure with an input and then we can use do result with lots of set variable for all characters not numbers and then resulting that variable.
that solution that you putted now has a problem: there is not abc, is a b c d e, etc. so we need multiple blocks.