| Package | Description |
|---|---|
| com.github.curiousoddman.rgxgen.nodes |
| Modifier and Type | Field and Description |
|---|---|
static SymbolSet.SymbolRange |
SymbolSet.SymbolRange.CAPITAL_LETTERS |
static SymbolSet.SymbolRange |
SymbolSet.SymbolRange.DIGITS |
static SymbolSet.SymbolRange |
SymbolSet.SymbolRange.SMALL_LETTERS |
| Constructor and Description |
|---|
SymbolSet(String pattern,
Collection<SymbolSet.SymbolRange> symbolRanges,
Character[] symbols,
SymbolSet.TYPE type)
Create SymbolSet from ranges and symbols according to type
|
SymbolSet(String pattern,
Collection<SymbolSet.SymbolRange> symbolRanges,
SymbolSet.TYPE type) |
Copyright © 2022. All rights reserved.