OpenRTM-aist-Python 1.1.2
Classes | Functions
/home/openrtm/OpenRTM-aist-Python/packages/deb/buildroot/OpenRTM_aist/StringUtil.py File Reference

String operation utility. More...

Classes

class  OpenRTM_aist.StringUtil.escape_functor
 
class  OpenRTM_aist.StringUtil.unescape_functor
 
class  OpenRTM_aist.StringUtil.unique_strvec
 

Functions

def OpenRTM_aist.StringUtil.isEscaped
 Whether the character is escaped or not. More...
 
def OpenRTM_aist.StringUtil.escape
 Escape string. More...
 
def OpenRTM_aist.StringUtil.unescape
 Unescape string. More...
 
def OpenRTM_aist.StringUtil.eraseBlank
 Erase blank characters of string. More...
 
def OpenRTM_aist.StringUtil.eraseHeadBlank
 Erase the head blank characters of string.
 
def OpenRTM_aist.StringUtil.eraseTailBlank
 Erase the tail blank characters of string.
 
def OpenRTM_aist.StringUtil.replaceString
 Replace string.
 
def OpenRTM_aist.StringUtil.split
 Split string by delimiter.
 
def OpenRTM_aist.StringUtil.toBool
 Convert given string to bool value.
 
def OpenRTM_aist.StringUtil.includes
 Include if a string is included in string list. More...
 
def OpenRTM_aist.StringUtil.isAbsolutePath
 Investigate whether the given string is absolute path or not.
 
def OpenRTM_aist.StringUtil.isURL
 Investigate whether the given string is URL or not.
 
def OpenRTM_aist.StringUtil.otos
 Convert the given object to st::string.
 
def OpenRTM_aist.StringUtil.stringTo
 Convert the given object to st::string.
 
def OpenRTM_aist.StringUtil.flatten
 Create CSV file from the given string list. More...
 

Detailed Description

String operation utility.

Date
Date
Author
Noriaki Ando n-and.nosp@m.o@ai.nosp@m.st.go.nosp@m..jp and Shinji Kurihara

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.