Copyright ® (1999-2008) EDMGROUP Pty Ltd - EZY Prolog Reference

List of predicates for group Strings

[This is preliminary specification and subject to change.]

List of all groups


Type

Predicate

Parameters

Flow pattern

Description

determ

string_atom

STRING STR,
STRING SYMB

(i,i),(o,i),(i,o)

Converts STRING<->ATOM Use term_str instead

determ

string_replace

STRING STR,
STRING SEARCHFOR,
STRING REPLACEBY,
STRING RESULT

(i,i,i,o)

Replace string inside the string

determ

string_slist

STRING S,
STRING SEPARATOR,
SLIST L

(i,i,o),(o,i,i)

Converts STRING LIST to STRING and using SEPARATOR Creates STRING from STRING LIST using SEPARATOR

determ

string_toklist

STRING STR,
SLIST TOKLIST

(o,i),(i,o)

Converts STRING to the list of TOKENS and vice versa


Copyright © 1997-2013 EDMGROUP (Australia)