Matcher.Pattern Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the pattern that is interpreted by this matcher.
[Android.Runtime.Register("pattern", "()Ljava/util/regex/Pattern;", "")]
public Java.Util.Regex.Pattern Pattern ();
[<Android.Runtime.Register("pattern", "()Ljava/util/regex/Pattern;", "")>]
member this.Pattern : unit -> Java.Util.Regex.Pattern
Returns
The pattern for which this matcher was created
- Attributes
Remarks
Returns the pattern that is interpreted by this matcher.
Java documentation for java.util.regex.Matcher.pattern()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.