OpenRTM-aist-Python 1.1.2
|
String operation utility. [詳解]
クラス | |
class | OpenRTM_aist.StringUtil.escape_functor |
文字列エスケープ処理用functor [詳解] | |
class | OpenRTM_aist.StringUtil.unescape_functor |
文字列アンエスケープ処理用functor [詳解] | |
class | OpenRTM_aist.StringUtil.unique_strvec |
重複文字削除処理用functor [詳解] | |
関数 | |
def | OpenRTM_aist.StringUtil.isEscaped |
文字列がエスケープされているか判断する [詳解] | |
def | OpenRTM_aist.StringUtil.for_each |
インスタンス生成用functor | |
def | OpenRTM_aist.StringUtil.escape |
文字列をエスケープする [詳解] | |
def | OpenRTM_aist.StringUtil.unescape |
文字列のエスケープを戻す [詳解] | |
def | OpenRTM_aist.StringUtil.eraseBlank |
文字列の空白文字を削除する [詳解] | |
def | OpenRTM_aist.StringUtil.eraseHeadBlank |
文字列の先頭の空白文字を削除する [詳解] | |
def | OpenRTM_aist.StringUtil.eraseTailBlank |
文字列の末尾の空白文字を削除する [詳解] | |
def | OpenRTM_aist.StringUtil.replaceString |
文字列を置き換える [詳解] | |
def | OpenRTM_aist.StringUtil.split |
文字列を分割文字で分割する [詳解] | |
def | OpenRTM_aist.StringUtil.toBool |
与えられた文字列をbool値に変換する [詳解] | |
def | OpenRTM_aist.StringUtil.includes |
文字列リスト中にある文字列が含まれるかどうか [詳解] | |
def | OpenRTM_aist.StringUtil.isAbsolutePath |
与えられた文字列が絶対パスかどうかを判断する [詳解] | |
def | OpenRTM_aist.StringUtil.isURL |
与えられた文字列がURLかどうかを判断する [詳解] | |
def | OpenRTM_aist.StringUtil.otos |
与えられたオブジェクトを文字列に変換 [詳解] | |
def | OpenRTM_aist.StringUtil.stringTo |
与えられた文字列をオブジェクトに変換 [詳解] | |
def | OpenRTM_aist.StringUtil.unique_sv |
与えられた文字列リストから重複を削除 [詳解] | |
def | OpenRTM_aist.StringUtil.flatten |
与えられた文字列リストからCSVを生成 [詳解] | |
def | OpenRTM_aist.StringUtil.toArgv |
与えられた文字列リストを引数リストに変換 [詳解] | |
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.