Description | Category | |||
|---|---|---|---|---|
| Cron Expression Builder | Build cron expressions by specifying individual schedule components. | |||
| Number Base Converter | Convert numbers between decimal, binary, octal, and hexadecimal. | |||
| Chmod Calculator | Calculate Unix file permissions in numeric and symbolic notation. | |||
| JSON Formatter | Format and validate JSON with pretty printing. | |||
| Regex Tester | Test regular expressions against text and see matches. | |||
| Array Key By | Key an array by the given key. Supports dot notation for nested keys. | |||
| Array Only | Get a subset of the items from the given array. Only returns values for the specified keys. | |||
| Array Except | Get all items from an array except for those with the specified keys. Supports dot notation. | |||
| Array Flatten | Flatten a multi-dimensional array into a single level array. Optionally specify depth. | |||
| Array Undot | Convert a flattened dot notation array back into a multi-dimensional array. | |||
| Array Dot | Flatten a multi-dimensional array into a single level using dot notation keys. | |||
| Array Collapse | Collapse an array of arrays into a single, flat array. |
Found a bug? Open an issue
Feedback & Suggestions