Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-04-08 16:20
Flavor·Python

r"
(?P<error_msg>.*?)(?:exit\s+code:\s+)(?P<exit_code>\d+).(?:Stdout:)(?P<stdout>.*?)(?:Stderr:)(?P<stderr>.*?)(?:CUSTOM_EOF)
"
gms
Open regex in editor