Hi, I have a mask in which in using '&' to specify an optional character E.g. "&nnn.nn"
But I actually know that the only allowed character is an x and it's optional. Is there anyway to specify this in a mask?
I've tried the following masks:
"xnnn.n" - always shows the x
"{char:1:x}nnn.n" - isn't optional
Ideally I would want to do:
"{char:0-1:x}nnn.n"
Thanks, Mark.
Hello Mark,
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
Hi Stefan, ideally i'd like the mask to handle this. We're binding the mask to the editor and changing it so the suggested solution won't work in this case.