Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug report: Cannot load recipe /regex not restored #532

Closed
docfour opened this issue Apr 2, 2019 · 2 comments · Fixed by #557
Closed

Bug report: Cannot load recipe /regex not restored #532

docfour opened this issue Apr 2, 2019 · 2 comments · Fixed by #557

Comments

@docfour
Copy link

docfour commented Apr 2, 2019

Summary

The following simple recipe cannot be loaded, the regex entry remains empty.

Example

Regular_expression('User defined','([\s\S*])',true,true,false,true,true,false,'List capture groups')

@mattnotmitt
Copy link
Collaborator

Duplicate of #319.

@mattnotmax
Copy link
Contributor

Confirming this error with another regex sample in all formats:

Capture


Regular_expression('User defined','[a-zA-Z]{40,50}',true,true,false,false,false,false,'Highlight matches')


[
  { "op": "Regular expression",
    "args": ["User defined", "[a-zA-Z]{40,50}", true, true, false, false, false, false, "Highlight matches"] }
]

[{"op":"Regular expression","args":["User defined","[a-zA-Z]{40,50}",true,true,false,false,false,false,"Highlight matches"]}]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants