How to parse this value

im looking for how to parse this value without spaces or additional chars before or after it at capture
Like this only from the start of line :-
3 days ago
OB

If its the same format like the picture every time this should work
Put the lolicode under, right after the request if it doesn’t work send the text you’re trying to parse the value from here

BLOCK:Parse
  input = @data.SOURCE
  pattern = ">\\n\\s*(.*[^\\s])\\s*-.*\\n.*<\\/div>"
  outputFormat = "[1]"
  multiLine = True
  MODE:Regex
  => VAR @parseOutput
ENDBLOCK

Hello bro Thanks this helped me alot
Solved <3