regex.Pattern

Pattern

package java-util-regex

implements Serializable

Available on java

Methods

flags ():Int

matcher (param1:CharSequence):Matcher

pattern ():String

split (param1:CharSequence):NativeArray<String>

split (param1:CharSequence, param2:Int):NativeArray<String>

toString ():String

Static variables

static read only CANON_EQ:Int

static read only CASE_INSENSITIVE:Int

static read only COMMENTS:Int

static read only DOTALL:Int

static read only LITERAL:Int

static read only MULTILINE:Int

static read only UNICODE_CASE:Int

static read only UNICODE_CHARACTER_CLASS:Int

static read only UNIX_LINES:Int

Static methods

static _compile (param1:String, param2:Int):Pattern

static compile (param1:String):Pattern

static compile (param1:String, param2:Int):Pattern

static compile (param1:String):Pattern

static matches (param1:String, param2:CharSequence):Bool

static quote (param1:String):String

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/java/util/regex/Pattern.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部