Another question about mask to deal with space
#6
(11-21-2013, 02:55 AM)gale6k Wrote: But if it occurs '?a?a?a?a?a?a?a ' or maybe some other special characters, I do not know how to deal with it.
There is not much thinking to do about this. You have to try

Code:
'?a?a?a?a?a?a?a '

Then either the masks with each symbols like

Code:
'?a?a?a?a?a?a?a!'
'?a?a?a?a?a?a?a$'
...
or use this:

Code:
'?a?a?a?a?a?a?a?s'


Messages In This Thread
RE: Another question about mask to deal with space - by mastercracker - 11-27-2013, 06:32 AM