Skip to content

Commit

Permalink
common: ajuste em $closedRegex, para detectar fechados sem resumo
Browse files Browse the repository at this point in the history
  • Loading branch information
tiedemann77 committed Mar 21, 2022
1 parent 74e8fd8 commit 4b1a7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.php
Expand Up @@ -10,7 +10,7 @@

// Regex comuns
// Possibilidades de {{respondido}}
$closedRegex = "/(\{\{((R|r)esp){1,1}(ondid(o|a)(2){0,1}){0,1}\|.{1,}\|)|(A discussão a seguir está marcada como '{0,3}respondida'{0,3})/";
$closedRegex = "/(\{\{((R|r)esp){1,1}(ondid(o|a)(2){0,1}){0,1}\|.*\|)|(A discussão a seguir está marcada como '{0,3}respondida'{0,3})/";

// Linhas em branco
$blanklineRegex = "/(^[\r\n]*|[\r\n]+)[\s\t]*[\r\n]+/";
Expand Down

0 comments on commit 4b1a7e1

Please sign in to comment.