W3cubDocs

/Haxe Python

NativeStringTools

package python

Available on python

Static methods

staticinlinecontains(s:String, e:String):Bool

staticinlineencode(s:String, encoding:String = "utf-8", errors:String = "strict"):Bytes

staticinlineendswith(s:String, suffix:String):Bool

staticformat(s:String, args:Array<Dynamic>):String

staticinlinerpartition(s:String, sep:String):Tuple3<String, String, String>

staticinlinestartswith(s:String, prefix:String):Bool

staticinlinestrip(s:String, ?chars:String):String

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/python/NativeStringTools.html