Searched refs:strvar (Results 1 – 1 of 1) sorted by relevance
193 def string_slice(strvar,slicevar): argument198 return strvar[:int(last)]200 return strvar[int(first):]202 return strvar[int(first):int(last)]