Text Sorter
Sort lines of text alphabetically from A to Z or Z to A instantly.
include_once $_SERVER['DOCUMENT_ROOT']."/lib/lib.php"; $toolName = "Text Sorter"; $toolSlug = "text-sorter"; $toolCategory = "text-tools"; $toolCategoryName = "Text Tools"; $toolContent = [ 'about' => 'Text Sorter allows you to sort lines of text alphabetically. It helps organize lists, keywords, and data quickly without manual editing.', 'howto' => [ 'Paste or type multiple lines of text into the input box.', 'Choose the sorting order (A → Z or Z → A).', 'The tool will automatically sort the lines.', 'Copy the sorted result for your document or list.' ], 'why' => 'Sorting text lines helps organize lists, keywords, and data efficiently. It saves time when working with long lists or repeated text entries.', 'faq' => [ [ 'q' => 'What does Text Sorter do?', 'a' => 'Text Sorter organizes lines of text alphabetically.' ], [ 'q' => 'Can I sort text from Z to A?', 'a' => 'Yes. You can choose ascending or descending sorting order.' ], [ 'q' => 'Is this tool free?', 'a' => 'Yes. You can use Text Sorter online for free.' ], [ 'q' => 'Can I sort long lists?', 'a' => 'Yes. You can paste long lists and sort them instantly.' ] ] ]; include_once $_SERVER['DOCUMENT_ROOT'] . '/inc/tools/related-tools-helper.php'; $relatedTools = getAutoRelatedTools($toolSlug, $toolCategory, 5); include_once $_SERVER['DOCUMENT_ROOT']."/inc/header.html"; ?>
include_once $_SERVER['DOCUMENT_ROOT']."/inc/nav.html"; ?>Sort lines of text alphabetically from A to Z or Z to A instantly.