# sortFn_textCaseSensitive

# Variable: sortFn\_textCaseSensitive

```ts
const sortFn_textCaseSensitive: SortFn<any, any>;
```

Defined in: [fns/sortFns.ts:80](https://github.com/TanStack/table/blob/main/packages/table-core/src/fns/sortFns.ts#L80)

Sorts rows with the built-in text case sensitive strategy.

This comparator returns ascending-order results; descending order is applied by the sorting row model.
