public class WildcardsToRegex
extends java.lang.Object
Constructor | Description |
---|---|
WildcardsToRegex() |
Modifier and Type | Method | Description |
---|---|---|
static java.lang.String |
toRegex(java.lang.String wildcards) |
Convert a limited but simpler wildcard pattern to a standard regex.
|