Development
Extract and categorize all CSS selectors from CSS content
css-selector-extractorDevelopment
Validate Git branch names according to Git naming conventions
git-branch-validatorDevelopment
Remove single-line (//...) and multi-line (/*...*/) comments from code
code-comment-removerDeveloper Tools
Generate test credit card numbers for development and testing purposes
credit-card-generatorDevelopment
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
Validate multiple URLs at once with format checking and security analysis
batch-url-validatorDevelopment
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-reverser