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.48
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
31 The source code repository for Specio can be found at
32 <https://github.com/houseabsolute/Specio>.
33
35 Dave Rolsky <autarch@urth.org>
36
38 This software is Copyright (c) 2012 - 2022 by Dave Rolsky.
39
40 This is free software, licensed under:
41
42 The Artistic License 2.0 (GPL Compatible)
43
44 The full text of the license can be found in the LICENSE file included
45 with this distribution.
46
47
48
49perl v5.36.0 2023-01-20 Specio::Library::String(3)