Hi All,

New to this platform.

I am using getText() method that gets all text from log in a text file. Example log entry : "2023 06 01 11:15:23.860 test message"
Now, I need to create a regex or any other technique that skips 23.860 from the string and still finds the whole log entry.
How can I do that?

Thank you
TestQA