maki:
--------------------------------------------------------------------------------
Regular expression does not work correctly.
Searching for a range of numbers in CSV files.

I want find 1-80

([1-9]|[1-7][0-9]|80)


"195,25"
"155,8333333"
"362,5"
"260,3333333"
"391,5"
"203,5"
764
274
"335,5"
"199,5"
"95,875"
"77,25"
"132,4285714"
78
--------------------------------------------------------------------------------


Doesn't work correctly means?
Which line doesn't fit your expression? You are looking for 1-80 anywhere,
include inside the numbers

-- 
<https://forum.pspad.com/read.php?2,73238,73240>
PSPad freeware editor https://www.pspad.com

Odpovedet emailem