src/pylib/pystring/strip

Source   Edit  

Procs

func lstrip(self: PyStr): PyStr {....raises: [], tags: [], forbids: [].}
Source   Edit  
func lstrip(self: PyStr; chars: PyStr): PyStr {....raises: [], tags: [],
    forbids: [].}
Source   Edit  
func rstrip(self: PyStr): PyStr {....raises: [], tags: [], forbids: [].}
Source   Edit  
func rstrip(self: PyStr; chars: PyStr): PyStr {....raises: [], tags: [],
    forbids: [].}
Source   Edit  
func strip(self: PyStr): PyStr {....raises: [], tags: [], forbids: [].}
Source   Edit  
func strip(self: PyStr; chars: PyStr): PyStr {....raises: [], tags: [], forbids: [].}
Source   Edit