hi all,
plz provide me a function that is used to compare wild char and as well as to compare * charecter and \ charecter in the string
FYI
if we want to compare a string for * charecter then we give as \* and add a new slash to it for comparing
and for slash also \\ to compare single \
and for wild char just *
plz give me the code.....as soon as possible
plz provide me a function that is used to compare wild char and as well as to compare * charecter and \ charecter in the string
FYI
if we want to compare a string for * charecter then we give as \* and add a new slash to it for comparing
and for slash also \\ to compare single \
and for wild char just *
plz give me the code.....as soon as possible
Comment