0

I have this line:

2020-06-16  12:49:12    POST    0bb66c1e-8d52-4f6e-8091-ecaae49ef86b-000c110e   0   /WebPageData/LanbookWebPort 200 896 10.94.78.195    0.01

I need extract only 200, and I think that I need to make that regex extract 7th group till whitespace, but I cant make it :(

Please help.

Wiktor Stribiżew
  • 484,719
  • 26
  • 302
  • 397
Imba
  • 1
  • Looks like you are looking to create a regex, but do not know where to get started. Please check [Reference - What does this regex mean](https://stackoverflow.com/questions/22937618) resource, it has plenty of hints. Also, refer to [Learning Regular Expressions](https://stackoverflow.com/questions/4736) post for some basic regex info. Once you get some expression ready and still have issues with the solution, please edit the question with the latest details and we'll be glad to help you fix the problem. – Wiktor Stribiżew Jun 16 '20 at 11:44
  • Positive Lookbehind: `(?<=Port )...` – leopardxpreload Jun 16 '20 at 11:48

0 Answers0