Changes for version 1.573 - 2023-09-23

  • [dux function bool][ux] Add more mainstream notions: n1+en, n1+id, n1+en_id and default to n1+en_id.

Modules

Implementation for Unixish, a data transformation framework
Apply one or more dux functions
Utility routines
Average numbers
Format boolean
Pass input unchanged
Center text to a certain column width
Chain several dux functions together
Apply dux function conditionally
Count substrings (or regex pattern matches) in a string
Format date
Output the first items of data
Add spaces or tabs to the beginnning of each line of text
Join elements of array into string
Convert text to lowercase
Convert first character of text to lowercase
Add some text at the beginning of each line of text
Add line numbers
Pad text to the left until a certain column width
Strip whitespace at the beginning of each line of text
Format number
Pick one or more random items
Generate a stream of random numbers
Generate a stream of random strings
Reverse items
Add some text at the end of each line of text
Pad text to the right until a certain column width
Strip whitespace at the end of each line of text
Shuffle items
Sort items
Perform Perl splice() on array
Split string into array
Apply sprintf() on input
Like sprintf, but use sprintfn() from Text::sprintfn
Sort items using Sort::Sub routine
Sum numbers
Output the last items of data
Strip whitespace at the beginning and end of each line of text
Truncate string to a certain column width
Convert text to uppercase
Convert first character of text to uppercase
Print newline, word, and byte counts
Output a string repeatedly until killed
Routines to test Data::Unixish