You're almost there. You simply need to escape the pipe | character with a backslash (otherwise it matches the 801 after INFO), like this:
: INICIO CHAMADA \| (?<identificador_chamada>[0-9]{3})
^
|
add this
and you'll get this
{
"identificador_chamada": [
"311"
]
}
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more