public class NdnRegexMatcher extends Object
| Constructor and Description |
|---|
NdnRegexMatcher() |
| Modifier and Type | Method and Description |
|---|---|
static Matcher |
match(String pattern,
Name name)
Determine if the provided NDN regex matches the given Name.
|
public static Matcher match(String pattern, Name name)
pattern - The NDN regex.name - The Name to match against the regex.Copyright © 2016. All rights reserved.