I have a regex that is valid as per the test link , but in the vi it does not work:
2017\/04\/26 12:24:(.*)(89418644)
Here is an example that this REGEX should get married:
INFO | 2017/04/26 12: 24: 15,019 | [OrderEntryAvailableOutgoingFlowListPopulator] 89418644 OK
I think it's some syntax rule for using groups in vi search, but I still can not identify.