1Specio::Library::StringU(s3e)r Contributed Perl DocumentaStpieocnio::Library::String(3)
2
3
4

NAME

6       Specio::Library::String - Implements type constraint objects for some
7       common string types
8

VERSION

10       version 0.46
11

DESCRIPTION

13       This library provides some additional string types for common cases.
14
15   NonEmptyStr
16       A string which has at least one character.
17
18   SimpleStr
19       A string that is 255 characters or less with no vertical whitespace
20       characters.
21
22   NonEmptySimpleStr
23       A non-empty string that is 255 characters or less with no vertical
24       whitespace characters.
25

SUPPORT

27       Bugs may be submitted at
28       <https://github.com/houseabsolute/Specio/issues>.
29
30       I am also usually active on IRC as 'autarch' on "irc://irc.perl.org".
31

SOURCE

33       The source code repository for Specio can be found at
34       <https://github.com/houseabsolute/Specio>.
35

AUTHOR

37       Dave Rolsky <autarch@urth.org>
38
40       This software is Copyright (c) 2012 - 2020 by Dave Rolsky.
41
42       This is free software, licensed under:
43
44         The Artistic License 2.0 (GPL Compatible)
45
46       The full text of the license can be found in the LICENSE file included
47       with this distribution.
48
49
50
51perl v5.32.0                      2020-07-28        Specio::Library::String(3)
Impressum