Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 168 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 168 Bytes

This lib checks parentheses inside a string.

Usage: $lexer = new \Parentheses\Lexer();

$validator = new \Parentheses\Validator($lexer);

$validator->validate('()');