Class to handle a string.
|
|
|
__repr__(self)
Get the string representation of this StringAttribute. |
source code
|
|
|
add(self,
nextString)
Get the add string, same as append. |
source code
|
|
|
append(self,
nextString)
Get the append string. |
source code
|
|
|
|
|
delete(self,
arguments)
Get the delete string. |
source code
|
|
|
get(self,
itemIndex)
Get value by characterIndex |
source code
|
|
|
getExpansion(self,
items)
Get the concatenated copies. |
source code
|
|
|
getIsIn(self,
value)
Determine if the value is in. |
source code
|
|
|
getIsNotIn(self,
value)
Determine if the value is in. |
source code
|
|
|
|
|
|
|
|
|
insert(self,
insertIndex,
value)
Get the insert string. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|