Regex

Regex

package python-lib

import python.lib.Re

Available on python

Variables

read only flags:Int

read only groupindex:Dict<String, Int>

read only groups:Int

read only pattern:String

Methods

inline findallArray (string:String, ?pos:Int, ?endpos:Int):Array<Array<String>>

inline findallDynamic (string:String, ?pos:Int, ?endpos:Int):Array<Dynamic>

inline findallString (string:String, ?pos:Int, ?endpos:Int):Array<String>

inline findallTuple (string:String, ?pos:Int, ?endpos:Int):Array<Tuple<String>>

finditer (string:String, ?pos:Int, ?endpos:Int):NativeIterator<MatchObject>

match (string:String, pos:Int = 0, ?endpos:Int):Null<MatchObject>

split (string:String, maxsplit:Int = 0):Array<String>

sub (repl:Repl, string:String, count:Int = 0):String

subn (repl:Repl, string:String, count:Int = 0):String

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

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部