object
Atom data type predicates.
Paulo Moura
1.6
2018/7/11
static, context_switching_calls
public atomic
Replaces all occurences of Old by New in Input returning Output. Returns Input if Old is the empty atom. Fails when Output does not unify with the resulting atom.
static
replace_sub_atom(Old,New,Input,Output)
replace_sub_atom(+atom,+atom,+atom,-atom) – one
Splits an atom at a given delimiter into a list of sub-atoms.
static
split(Atom,Delimiter,SubAtoms)
split(+atom,+atom,-list(atom)) – one
(see related entities)
(see related entities)