Text file with numbers

Hi,

I am having a text file with a 2 paragraph, in 1st paragraph inbetween the lines it has numbers eg: 37689 and so on.

In 2nd paragraph it has numbers like eg: S23T13 and so on.

So i want to extract only the list of numbers from 2 paragraph. can any one share the regular expression or how can we achieve it.

@monish06

Try below regular expression.

             \w\d+
1 Like

Hi @monish06,
Can you share the text file ? here

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.