1Specio::Library::StringU(s3e)r Contributed Perl DocumentaStpieocnio::Library::String(3)
2
3
4
6 Specio::Library::String - Implements type constraint objects for some
7 common string types
8
10 version 0.47
11
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
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
33 The source code repository for Specio can be found at
34 <https://github.com/houseabsolute/Specio>.
35
37 Dave Rolsky <autarch@urth.org>
38
40 This software is Copyright (c) 2012 - 2021 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.1 2021-01-31 Specio::Library::String(3)