Scanner.Delimiter Method

Definition

Returns the Pattern this Scanner is currently using to match delimiters.

[Android.Runtime.Register("delimiter", "()Ljava/util/regex/Pattern;", "")]
public Java.Util.Regex.Pattern? Delimiter ();
[<Android.Runtime.Register("delimiter", "()Ljava/util/regex/Pattern;", "")>]
member this.Delimiter : unit -> Java.Util.Regex.Pattern

Returns

this scanner's delimiting pattern.

Attributes

Remarks

Java documentation for java.util.Scanner.delimiter().

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.

Applies to