# sortFn_alphanumericCaseSensitive

# Variable: sortFn\_alphanumericCaseSensitive

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

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

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

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