Tools
Filter by category...
Filter by return type...
Description
Category
Cron Expression BuilderBuild cron expressions by specifying individual schedule components.
Scheduling
Number Base ConverterConvert numbers between decimal, binary, octal, and hexadecimal.
Converters
Chmod CalculatorCalculate Unix file permissions in numeric and symbolic notation.
Converters
JSON FormatterFormat and validate JSON with pretty printing.
Data & Arrays
Regex TesterTest regular expressions against text and see matches.
Validators
Array Key ByKey an array by the given key. Supports dot notation for nested keys.
Data & Arrays
Array OnlyGet a subset of the items from the given array. Only returns values for the specified keys.
Data & Arrays
Array ExceptGet all items from an array except for those with the specified keys. Supports dot notation.
Data & Arrays
Array FlattenFlatten a multi-dimensional array into a single level array. Optionally specify depth.
Data & Arrays
Array UndotConvert a flattened dot notation array back into a multi-dimensional array.
Data & Arrays
Array DotFlatten a multi-dimensional array into a single level using dot notation keys.
Data & Arrays
Array CollapseCollapse an array of arrays into a single, flat array.
Data & Arrays