Help for this page
$validation-regex="^(?s:.{0,1100})$";
$string =~ /^.{0,1100}$/s;
$last_name =~ /(?i:macd)onald/;