String operation utility. More...
Go to the source code of this file.
Classes | |
class | OpenRTM_aist.StringUtil.escape_functor |
class | OpenRTM_aist.StringUtil.unescape_functor |
class | OpenRTM_aist.StringUtil.unique_strvec |
Namespaces | |
OpenRTM_aist.StringUtil | |
Functions | |
def | OpenRTM_aist.StringUtil._stringToList (_type, _str) |
def | OpenRTM_aist.StringUtil.eraseBlank (str) |
Erase blank characters of string. More... | |
def | OpenRTM_aist.StringUtil.eraseHeadBlank (_str) |
Erase the head blank characters of string. More... | |
def | OpenRTM_aist.StringUtil.eraseTailBlank (_str) |
Erase the tail blank characters of string. More... | |
def | OpenRTM_aist.StringUtil.escape (_str) |
Escape string. More... | |
def | OpenRTM_aist.StringUtil.flatten (sv) |
def | OpenRTM_aist.StringUtil.for_each (_str, instance) |
def | OpenRTM_aist.StringUtil.includes (_list, value, ignore_case=True) |
Include if a string is included in string list. More... | |
def | OpenRTM_aist.StringUtil.isAbsolutePath (str) |
Investigate whether the given string is absolute path or not. More... | |
def | OpenRTM_aist.StringUtil.isEscaped (_str, pos) |
Whether the character is escaped or not. More... | |
def | OpenRTM_aist.StringUtil.isURL (str) |
Investigate whether the given string is URL or not. More... | |
def | OpenRTM_aist.StringUtil.normalize (_str) |
def | OpenRTM_aist.StringUtil.otos (n) |
Convert the given object to st::string. More... | |
def | OpenRTM_aist.StringUtil.replaceString (str, _from, _to) |
Replace string. More... | |
def | OpenRTM_aist.StringUtil.split (input, delimiter) |
Split string by delimiter. More... | |
def | OpenRTM_aist.StringUtil.stringTo (_type, _str) |
Convert the given object to st::string. More... | |
def | OpenRTM_aist.StringUtil.toArgv (args) |
def | OpenRTM_aist.StringUtil.toBool (_str, yes, no, default_value=None) |
Convert given string to bool value. More... | |
def | OpenRTM_aist.StringUtil.unescape (_str) |
Unescape string. More... | |
def | OpenRTM_aist.StringUtil.unique_sv (sv) |
String operation utility.
Copyright (C) 2003-2008 Task-intelligence Research Group, Intelligent Systems Research Institute, National Institute of Advanced Industrial Science and Technology (AIST), Japan All rights reserved.
Definition in file StringUtil.py.