How can I do pattern matching for the below text using c#?

61 Views Asked by At
String text = "time : 11/22/2019 10:22:22 AM Message: db connection failed. Catergory: debug Priority: 2 EventId: 5 process Id: 12 process name: exe.win32"

How can I do the pattern matching and separate the specific fields and extract the data?

0

There are 0 best solutions below