2017 © Pedro Peláez
 

library stringvalidator

A simple library for validating the string for matching opening and closing parentheses

image

khisamutdinov/stringvalidator

A simple library for validating the string for matching opening and closing parentheses

  • Wednesday, March 14, 2018
  • by Khisamutdinov Radik
  • Repository
  • 1 Watchers
  • 1 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Khisamutdinov Radik

Email:, (*1)

mozg1984@gmail.com

Description:, (*2)

A simple library for validating the string for matching opening and closing parentheses

Example of using:, (*3)

$testString = "Some string for validating";
$stringValidator = new StringValidator($testString);
echo ($stringValidator->validate() ? "IS VALID" : "IS NOT VALID") . "\n";

The Versions

14/03 2018

dev-master

9999999-dev

A simple library for validating the string for matching opening and closing parentheses

  Sources   Download

MIT

The Requires

  • php ^7.0

 

by Avatar Khisamutdinov Radik