t-regx/T-Regx

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.json
.coveralls.yml
.gitattributes
.github/FUNDING.yml
.github/ISSUE_TEMPLATE/documentation-update.md
.github/ISSUE_TEMPLATE/feature-request.md
.github/ISSUE_TEMPLATE/i-found-a-bug.md
.github/ISSUE_TEMPLATE/i-have-a-question.md
.github/PULL_REQUEST_TEMPLATE.md
.github/workflows/build.yaml
.gitignore
ChangeLog.md
LICENSE
ReadMe.md
composer.json
helper/bootstrap.php3
A
0 mins
helper/helper.php7
A
0 mins
phpunit.xml
src/CleanRegex/Exception/EmptyOptionalException.php5
A
0 mins
src/CleanRegex/Exception/ExplicitDelimiterRequiredException.php9
A
0 mins
src/CleanRegex/Exception/GroupNotMatchedException.php5
A
0 mins
src/CleanRegex/Exception/IntegerFormatException.php5
A
0 mins
src/CleanRegex/Exception/IntegerOverflowException.php5
A
0 mins
src/CleanRegex/Exception/InternalCleanRegexException.php5
A
0 mins
src/CleanRegex/Exception/InvalidIntegerTypeException.php5
A
0 mins
src/CleanRegex/Exception/InvalidReplacementException.php10
A
0 mins
src/CleanRegex/Exception/InvalidReturnValueException.php10
A
0 mins
src/CleanRegex/Exception/MalformedPcreTemplateException.php9
A
0 mins
src/CleanRegex/Exception/MaskMalformedPatternException.php5
A
0 mins
src/CleanRegex/Exception/NoSuchNthElementException.php13
A
0 mins
src/CleanRegex/Exception/NoSuchStreamElementException.php5
A
0 mins
src/CleanRegex/Exception/NonexistentGroupException.php10
A
0 mins
src/CleanRegex/Exception/PatternException.php6
A
0 mins
src/CleanRegex/Exception/PatternMalformedPatternException.php6
A
0 mins
src/CleanRegex/Exception/PlaceholderFigureException.php5
A
0 mins
src/CleanRegex/Exception/ReplacementExpectationFailedException.php5
A
0 mins
src/CleanRegex/Exception/SubjectNotMatchedException.php9
A
0 mins
src/CleanRegex/Exception/UnevenCutException.php5
A
0 mins
src/CleanRegex/Internal/AutoCapture/AutoCapture.php7
A
0 mins
src/CleanRegex/Internal/AutoCapture/Group/GroupAutoCapture.php8
A
0 mins
src/CleanRegex/Internal/AutoCapture/IdentityAutoCapture.php24
A
0 mins
src/CleanRegex/Internal/AutoCapture/ImposedAutoCapture.php24
A
0 mins
src/CleanRegex/Internal/AutoCapture/OptionSetting/IdentityOptionSetting.php14
A
0 mins
src/CleanRegex/Internal/AutoCapture/OptionSetting/LegacyOptionSetting.php14
A
0 mins
src/CleanRegex/Internal/AutoCapture/OptionSetting/OptionSetting.php6
A
0 mins
src/CleanRegex/Internal/AutoCapture/OptionSettingAutoCapture.php28
A
0 mins
src/CleanRegex/Internal/AutoCapture/Pattern/PatternAutoCapture.php8
A
0 mins
src/CleanRegex/Internal/AutoCapture/PcreAutoCapture.php24
A
0 mins
src/CleanRegex/Internal/Candidates.php23
A
0 mins
src/CleanRegex/Internal/Condition.php6
A
0 mins