Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 323 Bytes

Space.md

File metadata and controls

25 lines (16 loc) · 323 Bytes

Space

  • Space()
  • Space(string ...$additionalChars)

Validates whether the input contains only whitespaces characters.

v::space()->isValid('    '); // true

Categorization

  • Strings

Changelog

Version Description
0.5.0 Created

See also: