How to format "tabbed text" & check for alpha-numeric values?
-
Hello,
My np ver is 7.7 & [Pls check this image] (https://imgur.com/RneWMQt.png), its a text retrieved from ocr tool & pasted in np. I want to fix 2 issues:- Remove junk chars and adjust values as per tabs as shown in blue boxes
- Find All “alpha-numeric” values as shown in red boxes
Please advise…
-
Not really sure what you are going for for #1, but for #2 an approach would be to find all non-digits while disregarding whitespace, maybe something like this:
Find:
[^\d\s]+