I seems Jinput->get
removes all wildcards like *
and %
. Is that correct?
I have user input for a 'place of birth' of a person. So if someone enters Amsterd*
, then through Jinput->get
I get back Amsterd
, without the wildcard.
Is there something I do wrong? Or is it Jinput
?