NAME

String::Incremental::Char

SYNOPSIS

use String::Incremental::FormatParser;

my $fp = String::Incremental::FormatParser->new(
    'foo-%2s-%2c-%c',
    sub { (localtime)[5] - 100 },
    [0..2],
    'abcd',
);

DESCRIPTION

String::Incremental::FormatParser is ...

CONSTRUCTORS

new( $format, @rules ) : String::Incremental::FormatParser

$format : Str

@rules : Araray[ Str|CodeRef ]

METHODS

LICENSE

Copyright (C) issm.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

issm <issmxx@gmail.com>