Tom
1 revision imported
02:02
wikipedia>Grufo
The directives ‘with_pattern_isep’, ‘with_plain_isep’, ‘with_pattern_psep’ and ‘with_plain_psep’ have been renamed respectively to ‘splitter_pattern’, ‘splitter_string’, ‘setter_pattern’, and ‘setter_string’
02:37
+17,201
Created page with " --- --- --- LOCAL ENVIRONMENT --- --- ________________________________ --- --- --- --Abstract utilities -- ---------------------------- -- Helper function for `string.gsub()` (for managing zero-padded numbers) function zero_padded(str) return ('%03d%s'):format(#str, str) end -- Helper function for `table.sort()` (for natural sorting) function natura..."
03:05
+46,593