2017 © Pedro Peláez
 

project parentheses

Check parentheses inside a string

image

nmoskovkin/parentheses

Check parentheses inside a string

  • Thursday, January 11, 2018
  • by nmoskovkin
  • Repository
  • 1 Watchers
  • 1 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

This lib checks parentheses inside a string., (*1)

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

$validator = new \Parentheses\Validator($lexer);, (*3)

$validator->validate('()');, (*4)

The Versions

11/01 2018

dev-master

9999999-dev

Check parentheses inside a string

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nikolay Moskovkin