Notepad++ regex for unix epoch timestamp
I have a text file that has unix epoch timestamps mixed in with a lot of scrambled text. So, I need to check for 10 digit numbers, starting and ending with non-numeric characters.
I tried:
[:alpha:]([0-9]{10})[:alpha:]
but it doesn't work.
from Recent Questions - Stack Overflow https://ift.tt/2V0h0cv
https://ift.tt/eA8V8J
Comments
Post a Comment