Hey,
maybe you can give some examples? How are you using the output (dict, pipe etc)?
Say you want that the 'A' should be at position 3 or not, but otherwise you want to have only digits a plausible custom charset + mask could be:
-1 ?dA ?d?d?1?d?d?d
another very straight forward approach could be to just run maskprocessor once w/ the A and once w/o and e.g. redirect the output (i.e. 2x -> append) to your dict.
What approach you finally (should) choose depends really on how you use the output and also a little bit on where the optional char should be and if it could be there multiple times etc.
Hopefully this help...
maybe you can give some examples? How are you using the output (dict, pipe etc)?
Say you want that the 'A' should be at position 3 or not, but otherwise you want to have only digits a plausible custom charset + mask could be:
-1 ?dA ?d?d?1?d?d?d
another very straight forward approach could be to just run maskprocessor once w/ the A and once w/o and e.g. redirect the output (i.e. 2x -> append) to your dict.
What approach you finally (should) choose depends really on how you use the output and also a little bit on where the optional char should be and if it could be there multiple times etc.
Hopefully this help...