MatchObject

MatchObject

package python-lib

import python.lib.Re

Available on python

Variables

read only endpos:Int

read only lastgroup:Int

read only lastindex:Int

read only pos:Int

read only re:Regex

read only string:String

Methods

end (i:Int = 0):Int

end (x:String):Int

inline endById (s:String):Int

expand (template:String):String

group (i:Int = 0):String

group (x:String):String

inline groupById (s:String):String

groupdict (?defaultVal:Dict<String, String>):Dict<String, String>

groups (?defaultVal:String):Tuple<String>

span (?i:Int):Tuple2<Int, Int>

start (i:Int = 0):Int

start (x:String):Int

inline startById (s:String):Int

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/python/lib/MatchObject.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部