Re: HyperString - EFD Systems



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 )













.



Relevant Pages

  • Re: The Case Against RosAsm (#2)
    ... always have to think wether this function is from me or from wxWindows. ... When parsing a string with that function I assume that it works ... process the string when wildcards are involved because it already works and it ... it limits some advantages which I have with using libraries. ...
    (alt.lang.asm)
  • HyperString - EFD Systems
    ... link is dead and they don't respond to emails. ... from other libraries, but I still need something that will search ... strings using wildcards like the 'HyperStr.ScanF' function. ... know of a library that would have a string search function supporting ...
    (alt.comp.lang.borland-delphi)
  • Re: The Lib debate
    ... If there's no source code in the object files then, fine, link it ... The purpose is NOT, as it is with Rene, to _force_ people to use only ... There will be facilities to use source code only libraries, ... Check out my new weapon, ...
    (alt.lang.asm)
  • Re: gforth webserver, why isnt forth used all over ecommerce?
    ... CGI and ForthScript) servers requires 116kb of ROM. ... But even if your definitions of ASP and CGI and ForthScript are trivial abstractions that faintly reflect on the promise, at least if it comes from someone like you, maybe people here will finally understand that web applications are about more than the ability to serve web pages. ... That's seen in the antagonism against libraries and the elitist attitudes against programmers who choose to specialize or who have different core competencies they draw from. ... Are those source code libraries part of any public distribution of code? ...
    (comp.lang.forth)
  • Re: The Lib debate
    ... source-level libraries does not make sense to me. ... Why is it that assembly-language programmers should be denied access to the ... subroutine "A," and include it into a program that you are developing (say, ... exact same subroutine "A" - so you copy the source code for the subroutine ...
    (alt.lang.asm)