1
I have a regex that is valid according to the test site https://regex101.com/ , but in the vi she does not work:
2017\/04\/26 12:24:(.*)(89418644)
Follow an example that this REGEX should marry:
INFO| 2017/04/26 12:24:15.019 | [Orderentryavailableoutgoingflowlistpopulator] 89418644 OK
I believe it’s some syntax rule for using groups in the vi search, but I haven’t been able to identify.
"vi" would be the command line text editor? It has an example of the text you are looking for?
– JuniorNunes
I edited the question by adding the text that REGEX should locate.
– emichels