-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Detalhar informações detalhadas sobre as correspondências.
Exemplo:
Regex:
("\w+")\s*:\s*("\w+")
Entrada JSON:
{
"user": {
"id": "11",
"animal": "Bob",
"idade": "2"
}
}Correspondências:
-
Match 1: "id": "11"
- Grupo 1: "id"
- Grupo 2: "11"
-
Match 2: "animal": "Bob"
- Grupo 1: "animal"
- Grupo 2: "Bob"
-
Match 3: "idade": "2"
- Grupo 1: "idade"
- Grupo 2: "2"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Projects
Status
Backlog