VEX V5 Python API
Classes | Functions | Variables
string Namespace Reference

PyMite's string module, the built-in string. More...

Classes

class  _Autobox
 

Functions

def atoi (a, b)
 
def count (s1, s2)
 
def find (s1, s2)
 
def join (s, sep=' ')
 

Variables

string digits = "0123456789"
 
string hexdigits = "0123456789abcdefABCDEF"
 
string letters = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
 

Detailed Description

PyMite's string module, the built-in string.

Function Documentation

◆ atoi()

def string.atoi (   a,
  b 
)

◆ count()

def string.count (   s1,
  s2 
)

◆ find()

def string.find (   s1,
  s2 
)

◆ join()

def string.join (   s,
  sep = ' ' 
)

Variable Documentation

◆ digits

string string.digits = "0123456789"

◆ hexdigits

string string.hexdigits = "0123456789abcdefABCDEF"

◆ letters

string string.letters = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"