Skip to main content
Question

In a text paragraph I need to extract Number from it. How can I extract using string operations. Example.: A perfect and well-written paragraph comprises a key sentence, applicable supporting sentences 31/10/1997 creating a clear and concise photo.


In this particular example, I need to extract this numeric text. How can we do this with the help of strings operations

2 replies

Badge +3

@Minal Saini​ : if you source value which is constant every time and only the dates will change and you need to extract ? if yes then use string before and after and extract the value which is date

Userlevel 7
Badge +10

Here, extracting via string is not possible unless the position of the numbers stays same in all the paragraphs. If it is not same, then that presents a problem that can not be solved using any string operations!

Reply