Built-in function translate - translate(s,table [,deletechars]) -> string

Built-in function translate - translate(s,table [,deletechars]) -> string

SYNOPSIS

import xml2db
translate(s,table [,deletechars]) -> string

DESCRIPTION

Return a copy of the string s, where all characters occurring in the optional argument deletechars are removed, and the remaining characters have been mapped through the given translation table, which must be a string of length 256.

SEE ALSO

xml2db


Generated by HTMLFormatter at Fri Dec 20 18:59:01 2002