📑
Sort Lines
Sort lines alphabetically or numerically, ascending or descending.
text
API: POST /api/tools/sort-lines
Input
Result
🔌 API Usage
POST /api/tools/sort-lines
Content-Type: application/json
// Example body:
{
"text": "",
"order": "asc",
"type": "alpha"
}
Content-Type: application/json
// Example body:
{
"text": "",
"order": "asc",
"type": "alpha"
}