Re: HyperString - EFD Systems
- From: "Henry Bartlett" <hambar@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 24 Jun 2005 09:37:16 +1000
Kevin R." <nobody@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:88nlb1toi2p8q89romt8egt47g64pmrqbu@xxxxxxxxxx
> Does anyone know what happened to EFD Systems? I wanted to try to
> order the source code for their HyperString library, but the order
> link is dead and they don't respond to emails. Their website is
> still up, but it seems abandoned.
>
> http://www.mindspring.com/~efd/index.html
Thanks for the "Heads-up".
How long have you been trying for? Perhaps he is on vacation.
> I'm trying to replace some of the HyperString functions with
> functions from other libraries, but I still need something that will
> search strings using wildcards like the 'HyperStr.ScanF' function.
> Anyone know of a library that would have a string search function
> supporting '?' and '*' wildcard searches?
It depends on what you need it for.
A '?' and '*' wildcard search is rather limited for a text search. A
regular expression tool might suit your needs.
Andrey Sorokin's RegExp Studio http://regexpstudio.com/ is well
regarded.
The '?' and '*' wildcards are normally used in filemasks and I have a
"MatchesFileMask" function that you can have (it is not particularly
optimized but since file masks are very short, that should not
matter)
..
Otherwise, check out the other links on the page below, you may find
something.
--
Henry Bartlett
Delphi Links Page:
( http://www.hotkey.net.au/~hambar/habit/delflink.htm )
.
- References:
- HyperString - EFD Systems
- From: Kevin R .
- HyperString - EFD Systems
- Prev by Date: HyperString - EFD Systems
- Next by Date: Re: Reverse Engineering Packages vs Project ?
- Previous by thread: HyperString - EFD Systems
- Next by thread: Active X Library problem
- Index(es):
Relevant Pages
|