graphmine-core / io.github.sof3.graphmine.command.args / EnumArg / SymbolPolicy
enum class SymbolPolicy
The policy to use for comparing symbols in enum names
| AS_IS | Compares names as-is |
| ANY | Any strings of one or more non-alphanumeric symbols are considered the same, and leading and trailing symbols are always ignored |
| IGNORE | Any non-alphanumeric symbols are ignored |