The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.015 - 2022-10-18

  • [bugfix] Fix broken filter.
  • Add some tests.

Modules

Filtering for Data::Sah
Convert string to lowercase
Convert string to lowercase
Convert first character of string to lowercase
Convert string to lowercase
Trim whitespace at the beginning of string
Trim whitespace at the end of string
Trim whitespace at the beginning and end of string
Convert string to uppercase
Convert first character of string to uppercase
Convert string to uppercase
Convert string to uppercase
Remove undef elements from an array
Make an array uniq using List::Util's uniq()
Make an array uniq using List::Util's uniqnum()
Make an array uniq using List::Util's uniq() (synonym for uniq)
Round number to the nearest integer (or "nearest" argument) that is greater than the number
Check that a floating point number has non-zero fraction
Check that a floating point number is integer
Round number to the nearest integer (or "nearest" argument) that is less than the number
Round number to the nearest integer (or "nearest" argument)
Convert string to lowercase (synonym for lc)
Convert string to lowercase
Convert first character of string to lowercase
Convert string to lowercase (synonym for lc)
Trim whitespaces at the beginning of string
Replace newlines with spaces
Remove non-digit characters
Remove whitespaces from string
Replace (map) some values with (to) other values
Trim whitespaces at the end of string
Trim whitespaces at the beginning and end of string
Try to center string in a width, fail if string is too long
Convert string to uppercase
Convert first character of string to uppercase
Convert string to uppercase (synonym for uc)
Convert string to uppercase (synonym for uc)
Common stuffs for Data::Sah::Filter and Data::Sah::FilterJS
Generate filter code