ConvertText

ÜCRETSİZ PREMIUM
Taraf reblim | Güncelleyen לפני חודש | Tools
Popülerlik

0.1 / 10

Gecikme

64ms

Hizmet Düzeyi

100%

Health Check

N/A

Takipçi Sayısı: 1
Kaynaklar:
Ürün Web Sitesi
API Üreticisi:
Rapid account: Reblim
reblim
reblim
API'yi Değerlendirme İçin Giriş Yapın
Değerlendirme: 5 - Oy Sayısı: 1

README

Easily convert text between different letter cases: lower case, UPPER CASE, Sentence case, Capitalized Case, rANdOm cAsE, camelCase, kebab-case, dot.case, and more.

**The currently available types are: **
upper (UPPER CASE), lower (lower case), capital (Capital Case), sentence (Sentence case), snake (snakecase), kebab (kebab-case), pascal (PascalCase), camel (camelCase), constant (CONSTANTCASE), header (Header-Case), dot (dot.case), flip (flips to the opposite case, between lower and upper), random (RAndoM cAsE), and none.

By entering the root endpoint, you should be able to see the available case conversions.

If you pass your text after the root path “/”, e.g. “/your text here”, you will get the response from the “none” text conversion type. To add a conversion type, simply pass the type as a query parameter, like so: “/your text here?type=camel”, and you will get a result similar to this:

{ "conversionType": "camel", "convertedText": "yourTextHere", "originalText": "your text here" }

If you are trying to convert larger text strings or text with special characters, then use the “POST” endpoint and pass the “text” and “type” as a JSON string.