Revision 9e778942
Von Jan Büren vor etwa 7 Jahren hinzugefügt
SL/DATEV/CSV.pm | ||
---|---|---|
232 | 232 |
formatter => sub { my ($input) = @_; $input =~ s/\s//g; return $input }, |
233 | 233 |
valid_check => sub { |
234 | 234 |
my ($ustid) = @_; |
235 |
# croak("hier" . $ustid) if $ustid; |
|
236 | 235 |
return 1 if ('' eq $ustid); |
237 | 236 |
return ($ustid =~ m/^CH|^[A-Z]{2}\w{5,13}$/); |
238 | 237 |
}, |
Auch abrufbar als: Unified diff
DATEV::CSV Hopefully last polish: debug kommentare raus