just what about OR, XOR method like this ```typescript message().OR([message().isOnlyAlphabet(), message().isHanguel()]); ``` Then it can be evaluated by "isOnlyAlphabet()" or "isHanguel()". it will be true just satisfying one of them.
just
what about OR, XOR method
like this
Then it can be evaluated by "isOnlyAlphabet()" or "isHanguel()".
it will be true just satisfying one of them.