Hello,
I'm searching through a generated file of HTML code and am trying to abstract a date. Basically, I begin by encapsulating a small portion of the file using 'until' knowing that there are 2 strings guarenteed to be there.
The date is of the format 2005-09-21 07:45:19.0
Can anyone help with a way to search for this date, then assign it to a variable? I tried using /-- ::./ but that doesn't match?
Thanks!
I'm searching through a generated file of HTML code and am trying to abstract a date. Basically, I begin by encapsulating a small portion of the file using 'until' knowing that there are 2 strings guarenteed to be there.
The date is of the format 2005-09-21 07:45:19.0
Can anyone help with a way to search for this date, then assign it to a variable? I tried using /-- ::./ but that doesn't match?
Thanks!