Skip to content

Commit

Permalink
Allow an arbitrary prefix in the forced subject
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed Dec 7, 2024
1 parent 21ab24c commit ba40e09
Show file tree
Hide file tree
Showing 3 changed files with 392 additions and 377 deletions.
2 changes: 1 addition & 1 deletion packages/circuits/src/regexes/forced_subject.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
{
"is_public": false,
"regex_def": "[^[]*"
"regex_def": "[^\\[]*"
},
{
"is_public": false,
Expand Down
Loading

0 comments on commit ba40e09

Please sign in to comment.