11-27-2013, 06:32 AM
(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$'
...
Code:
'?a?a?a?a?a?a?a?s'