MaskProcessor Optional Characters
#2
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...


Messages In This Thread
MaskProcessor Optional Characters - by felixrr - 07-18-2013, 01:52 PM
RE: MaskProcessor Optional Characters - by philsmd - 07-18-2013, 02:57 PM