Recase a string into camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, dot.case, path/case, Sentence case, Capital Case, Train-Case, no case, Title Case, or plain UPPER/lower — the word boundaries are detected regardless of the input casing.
Recase a string into camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, dot.case, path/case, Sentence case, Capital Case, Train-Case, no case, Title Case, or plain UPPER/lower — the word boundaries are detected regardless of the input casing.
0.002 USD Coin / request · eip155:8453
POSTx402 · listed
https://text.openverbs.com/v1/decode
Decode a base64, base64url, hex, base32, or URL percent-encoded string back into UTF-8 text. Malformed input for the chosen encoding is rejected as a clean 400.
0.002 USD Coin / request · eip155:8453
POSTx402 · listed
https://text.openverbs.com/v1/diff
Diff two texts. The default `unified` mode returns a unified-diff patch string; `lines`, `words`, and `chars` modes return a structured array of added/removed/unchanged parts.
0.002 USD Coin / request · eip155:8453
POSTx402 · listed
https://text.openverbs.com/v1/encode
Encode a UTF-8 string into base64, base64url, hex, base32, or URL percent-encoding.