This is the complete list of members for scriptforge.SFScriptForge.SF_String, including all inherited members.
HashStr(cls, inputstr, algorithm) | scriptforge.SFScriptForge.SF_String | |
IsADate(self, inputstr, dateformat='YYYY-MM-DD') | scriptforge.SFScriptForge.SF_String | |
IsEmail(self, inputstr) | scriptforge.SFScriptForge.SF_String | |
IsFileName(self, inputstr, osname=ScriptForge.cstSymEmpty) | scriptforge.SFScriptForge.SF_String | |
IsIBAN(self, inputstr) | scriptforge.SFScriptForge.SF_String | |
IsIPv4(self, inputstr) | scriptforge.SFScriptForge.SF_String | |
IsLike(self, inputstr, pattern, casesensitive=False) | scriptforge.SFScriptForge.SF_String | |
IsSheetName(self, inputstr) | scriptforge.SFScriptForge.SF_String | |
IsUrl(self, inputstr) | scriptforge.SFScriptForge.SF_String | |
serviceimplementation | scriptforge.SFScriptForge.SF_String | static |
servicename | scriptforge.SFScriptForge.SF_String | static |
serviceproperties | scriptforge.SFScriptForge.SF_String | static |
servicesynonyms | scriptforge.SFScriptForge.SF_String | static |
SplitNotQuoted(self, inputstr, delimiter=' ', occurrences=0, quotechar='"') | scriptforge.SFScriptForge.SF_String | |
Wrap(self, inputstr, width=70, tabsize=8) | scriptforge.SFScriptForge.SF_String | |