collate_options() = [nocase]
| compare/2 | compare 2 binaries, result is -1 for lt, 0 for eq and 1 for gt. |
| compare/3 | |
| init/0 | |
| ucol/3 |
compare(A::binary(), B::binary()) -> 0 | -1 | 1
compare 2 binaries, result is -1 for lt, 0 for eq and 1 for gt.
compare(A::binary(), B::binary(), Options::collate_options()) -> 0 | -1 | 1
init() -> any()
ucol(BinaryA, BinaryB, HasCase) -> any()
Generated by EDoc