pymchelper.flair.common.rexx module

pymchelper.flair.common.rexx.abbrev(information, info, length=0)[source]

return true if the info is an abbreviation of information with minimum length l

pymchelper.flair.common.rexx.center(s, length, pad=' ')[source]
pymchelper.flair.common.rexx.datatype(str, check='N')[source]

rexx datatype function

pymchelper.flair.common.rexx.insert(new, target, n, pad=' ')[source]

insert new string to target as position n padded with pad characters

pymchelper.flair.common.rexx.left(str, length, pad=' ')[source]

return left of string str of length padded with pad chars

pymchelper.flair.common.rexx.reverse(str)[source]

reverse string

pymchelper.flair.common.rexx.translate(str, tableo=None, tablei=None, pad=' ')[source]

translate string

pymchelper.flair.common.rexx.verify(str, ref, match=0, start=0)[source]

return the index of the first character in string that is not also in reference. if “Match” is given, then return the result index of the first character in string that is in reference

pymchelper.flair.common.rexx.xrange_string(start, stop)[source]