$username = sanitize( data => param('username'), field => 'Username', obligatory => 1, min => 8, max => 8, value => qr/^[%;&()#\w ]+$/, );