3 Flexible ordering and equivalence based on character table
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Packages
Managing external tables for SWI-Prolog
Flexible ordering and equivalence based on character table
new_order_table/2
order_table_mapping/3
compare_strings/4
prefix_string/3
prefix_string/4
sub_string/3
Availability:
:- use_module(
library(table)
).
(can be autoloaded)
compare_strings
(
+Table, +S1, +S2, -Result
)
Compare two strings using the named
Table
.
S1
and
S2
may be atoms, strings or code-lists.
Result
is one of the atoms
<
,
=
or
>
.