match now support `any` and multiple patterns
authorwidmogrod <widmogrod@gmail.com>
Wed, 13 Jun 2018 21:08:03 +0000 (23:08 +0200)
committerwidmogrod <widmogrod@gmail.com>
Wed, 13 Jun 2018 21:08:25 +0000 (23:08 +0200)
commit95d0a7d0d004c3731cc1ddf1ba2597d44bef54a2
tree2ee4dce6393ec4d04c861d229305548a11716b04
parent84fbc5a6c5d49fae05d47dd8554c3fd8cf4d53ae
match now support `any` and multiple patterns
src/Useful/PatternNotMatchedError.php
src/Useful/match.php
test/Useful/MatchTest.php