Community Patterns

Community Library Entry

1

Regular Expression
Created·2023-04-21 23:22
Flavor·Python

r"
(\d{4}-\d{2}-\d{2}\s\d{2}:\d{2}:\d{2}),(\d{3})\sINFO\sSYSTEM:\s+Command\s+(\w+)\s+returned:\s+(.*?)(?=\d{4}-\d{2}-\d{2}\s\d{2}:\d{2}:\d{2},\d{3}|\Z)
"
gms
Open regex in editor

Description

auto-gpt- parse system cmd

Submitted by anonymous