Android.OS.PatternMatcher Class
A simple pattern matcher, which is safe to use on untrusted data: it does not provide full reg-exp support, only simple globbing that can not be used maliciously.

See Also: PatternMatcher Members

Syntax

[Android.Runtime.Register("android/os/PatternMatcher", DoNotGenerateAcw=true)]
public class PatternMatcher : Java.Lang.Object, IParcelable, IDisposable

Remarks

A simple pattern matcher, which is safe to use on untrusted data: it does not provide full reg-exp support, only simple globbing that can not be used maliciously.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1