String Manipulation Toolkit
omprehensive string manipulation API supporting 23 different operations across 5 categories: Basic operations (reverse, shuffle, sort characters/words/lines), Deduplication (remove duplicate characters/words/lines), Extraction (unique elements, numbers, emails, URLs), Analysis (character/word frequency, comprehensive statistics), and Transformation (capitalization, whitespace normalization,…
String Manipulation Toolkit endpoints
| Method | Endpoint | Description |
|---|---|---|
| api | ||
| GET |
count-statistics /api/utilities/string-manipulation/v1/count |
Count characters, words, lines, sentences, paragraphs in text |
| GET |
split-string /api/utilities/string-manipulation/v1/split |
Split string by delimiter into array |
| GET |
replace-text /api/utilities/string-manipulation/v1/replace |
Replace text/pattern with replacement string |
| GET |
slugify /api/utilities/string-manipulation/v1/slug |
Convert string to URL-friendly slug |
| GET |
pad-string /api/utilities/string-manipulation/v1/pad |
Pad string to desired length with specified character |
| GET |
api-information /api/utilities/string-manipulation/v1/info |
Get comprehensive API documentation including all available endpoints, parameters, example requests/responses, and usage examples. This endpoint provides complete API reference… |
| GET |
case-conversion /api/utilities/string-manipulation/v1/case |
Convert string case: uppercase, lowercase, title, camel, snake, kebab, pascal, capitalizeWords, capitalizeSentences |
| GET |
decode-text /api/utilities/string-manipulation/v1/decode |
Decode text: base64, url, html, uri |
| GET |
truncate-string /api/utilities/string-manipulation/v1/truncate |
Truncate string to specified length with optional ellipsis |
| GET |
encode-text /api/utilities/string-manipulation/v1/encode |
Encode text: base64, url, html, uri |
| GET |
extract-patterns /api/utilities/string-manipulation/v1/extract |
Extract emails, URLs, numbers from text |
| GET |
trim-whitespace /api/utilities/string-manipulation/v1/trim |
Trim whitespace: trim both ends, trim start, trim end, normalize whitespace, remove all whitespace |
| GET |
reverse-string /api/utilities/string-manipulation/v1/reverse |
Reverse a string character by character |
String Manipulation Toolkit pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA Recommended | $15 / month | — |
|
| MEGA | $20 / month | — |
|