| View previous topic :: View next topic |
| Author |
Message |
qyte Guest
|
Posted: Tue Oct 04, 2005 4:50 pm Post subject: String Comparison |
|
|
Is there some function that compares two strings
where one of them contains wildcards? just like
using findfirst..next..close?
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Tue Oct 04, 2005 4:59 pm Post subject: Re: String Comparison |
|
|
"qyte" <gyte (AT) vivodinet (DOT) gr> wrote
| Quote: | Is there some function that compares two strings
where one of them contains wildcards? just like
using findfirst..next..close?
|
Not in the Win32 API, no. The VCL has a MatchesMask() function, though.
Gambit
|
|
| Back to top |
|
 |
qyte Guest
|
Posted: Tue Oct 04, 2005 7:45 pm Post subject: Re: String Comparison |
|
|
Remy Lebeau (TeamB) wrote:
| Quote: | "qyte" <gyte (AT) vivodinet (DOT) gr> wrote in message
news:4342b249$1 (AT) newsgroups (DOT) borland.com...
Is there some function that compares two strings
where one of them contains wildcards? just like
using findfirst..next..close?
Not in the Win32 API, no. The VCL has a MatchesMask() function, though.
Gambit
|
Thanks a lot. Although it's syntax is quite confusing
it works great.
|
|
| Back to top |
|
 |
|