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. | |
| def | OpenRTM_aist::StringUtil.escape |
| Escape string. | |
| def | OpenRTM_aist::StringUtil.unescape |
| Unescape string. | |
| def | OpenRTM_aist::StringUtil.eraseBlank |
| Erase blank characters of string. | |
| 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. | |
| 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. | |
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.
1.6.3