Closed negoziator closed 1 month ago
Simplification
if
Extendability
example:
$extractor->addPattern('/mytranslatefunction\((["\'])(.*?)\1\)/', 2, 'mytranslatefunction');
This will now also make the RegexExtractor match translate functions called mytranslatefunction(...)
RegexExtractor
mytranslatefunction(...)
Simplification
if
statementsExtendability
example:
This will now also make the
RegexExtractor
match translate functions calledmytranslatefunction(...)