mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 17:33:38 +00:00
library/string.m:
Delete procedures that have been marked as obsolete since 2019.
NEWS:
Announce the deletions.
tests/hard_coded/string_append_ooi.m:
tests/hard_coded/string_append_ooi_ilseq.m:
tests/hard_coded/string_presuffix.{m,exp}:
Conform to the above changes.
12 lines
85 B
Plaintext
12 lines
85 B
Plaintext
prefix(in, in):
|
|
pass
|
|
|
|
suffix(in, in):
|
|
pass
|
|
|
|
remove_prefix:
|
|
pass
|
|
|
|
remove_suffix:
|
|
pass
|