Text Processing
Text to Dot Case
Convert text to dot.case (lowercase with dots)
text· Text result
Quick start
Call this tool from your code in three languages.
cURL
curl -X POST 'https://api.elysiatools.com/en/api/tools/text-dot-case' \
-H 'Content-Type: application/json' \
-d '{"text":"Enter text to convert to dot.case..."}'