Structsยง
Enumsยง
Constantsยง
Functionsยง
- alphabetic_
author ๐ - Returns the sort key for an author string by extracting the last word of the first name in a comma-separated list.
- alphabetic_
title ๐ - Returns the sort key for a title by stripping leading articles based on
the bookโs language, delegating to the
TITLE_PREFIXESregex table. - consolidate
- extract_
metadata_ from_ document - extract_
metadata_ from_ filename - file_
name_ from_ info - make_
query - natural_
cmp ๐ - Compares two strings using natural sort order so that embedded numbers sort by value rather than by their string representation (โ9โ < โ10โ < โ100โ).
- numeric_
token_ ๐len - Returns the byte length of a numeric token starting at the beginning of
s. A numeric token is one or more ASCII digits optionally followed by a single'.'and one or more additional ASCII digits (e.g."4","4.5"). A trailing dot with no digits after it (e.g."4.") is not included. - rename_
from_ info - sort_
added - sort_
author - sort_
filename - sort_
filepath - sort_
kind - sort_
opened - sort_
pages - sort_
progress - sort_
series - sort_
size - sort_
status - sort_
title - sort_
year - sorter