Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 395 Bytes

Graph.md

File metadata and controls

27 lines (18 loc) · 395 Bytes

Graph

  • Graph()
  • Graph(string ...$additionalChars)

Validates if all characters in the input are printable and actually creates visible output (no white space).

v::graph()->isValid('LKM@#$%4;'); // true

Categorization

  • Strings

Changelog

Version Description
0.5.0 Created

See also: