Word Boundary Splitter

Split camelCase, PascalCase, snake_case, and kebab-case identifiers into separate words. Auto-detects naming convention format.

How to Use Word Boundary Splitter

The Word Boundary Splitter takes programming identifiers in camelCase, PascalCase, snake_case, kebab-case, or SCREAMING_SNAKE_CASE and splits them into separate human-readable words. Enter one identifier per line and choose your preferred separator (space, hyphen, underscore, or comma). The tool auto-detects the naming convention and handles edge cases like consecutive uppercase letters (e.g., XMLHttpRequest becomes XML Http Request). Perfect for generating readable labels from code identifiers, converting between naming conventions, or creating documentation from variable names.

Step-by-Step Instructions

  1. Enter identifiers one per line (e.g. camelCaseExample)
  2. Select the desired word separator
  3. View the split words in the output
  4. Copy the results for documentation or conversion

Related Tools

More Free Tools