---
title: Check order using A is alphabetically after B
description: Check order using A is alphabetically after B
---

[Centrldesk help center ](https://www.centrldesk.com/help)

# [Check order using A is alphabetically after B](https://www.centrldesk.com/help/library-text-functions-greaterthan)

 Written by [Sebastian](https://www.centrldesk.com/help/author/sebastian) | Apr 25, 2022 5:00:55 PM

The Is A is alphabetically after B block is used to check the order.

Example A:

Input value 'A' and input value 'B' return false because the text 'A' is not alphabetically after text 'B'.

Example B:

Input value 'B' and input value 'A' return true because the text 'B' is alphabetically after text 'A'.

Result:

True if text A is alphabetically after text B, otherwise false.

Tips and best practices:

 The block can be used to evaluate or perform alphabetical sorting.

Library:

Text

[View full post](https://www.centrldesk.com/help/library-text-functions-greaterthan)

```json
{
  "@context" : "http://schema.org",
  "@type" : "BlogPosting",
  "author" : {
    "@type" : "Person",
    "name" : "Sebastian"
  },
  "dateModified" : "2022-04-29T10:16:42.198Z",
  "datePublished" : "2022-04-25T17:00:55Z",
  "headline" : "Check order using A is alphabetically after B block",
  "image" : {
    "@type" : "ImageObject",
    "height" : 520,
    "url" : "https://7836215.fs1.hubspotusercontent-na1.net/hubfs/7836215/library-text-functions-greaterthan.png",
    "width" : 1900
  },
  "mainEntityOfPage" : "https://www.centrldesk.com/help/library-text-functions-greaterthan",
  "publisher" : {
    "@type" : "Organization",
    "logo" : {
      "@type" : "ImageObject",
      "height" : 60,
      "url" : "/hs/hsstatic/content_shared_assets/static-1.4092/img/default-amp-logo.png",
      "width" : 60
    },
    "name" : "Centrldesk help center"
  }
}
```