Search found 1 match

by duckpin
Mon Apr 04, 2005 1:20 pm
Forum: Advanced Find and Replace
Topic: How to search multiple text files for numeric values only?
Replies: 1
Views: 15144

How to search multiple text files for numeric values only?

the problem is my entire database of text files may be corrupt. I need
to search each text file for lines of code containing NO TEXT or NUMBERS ONLY.

basically:
X10Y10
X05Y03
X023465Y12344
935
X12
X13Y40

I need to identify the files which only have "935" (example of no text)

Please ...