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

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

SYNOPSIS

import pgml2sql
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

pgml2sql


Generated by HTMLFormatter at Fri Dec 20 18:58:40 2002