Development
Validate Git branch names according to Git naming conventions
git-branch-validatorDevelopment
Obfuscate JavaScript code using javascript-obfuscator for IP protection and reverse-engineering resistance
javascript-obfuscatorDevelopment
Group array elements based on various criteria such as length, alphabetical order, numeric ranges, custom conditions, and more
array-grouperDevelopment
Randomly select specified number of elements from an array with support for different sampling methods
array-random-samplerDevelopment
Randomly shuffle array elements with support for different shuffling algorithms and reproducible results
array-shuffleDevelopment
Count occurrences of specific elements in arrays with support for multiple counting modes and statistical analysis
array-element-counterDevelopment
Delete specific elements from arrays with support for multiple deletion methods
array-element-deleterDevelopment
Replace specific elements in arrays with support for multiple replacement methods
array-element-replacerDevelopment
Reverse the order of array elements with support for various input formats
array-reverserDevelopment
Extract specific portions from arrays with support for various slicing methods and flexible range selection
array-slicerDevelopment
Audit HTML or a URL for common WCAG issues and export a structured PDF report grouped by severity
accessibility-audit-report-generatorDevelopment
Complete reference guide for all standard HTML5 tags with categories and descriptions
html-tags