On Wed, Oct 26, 2011 at 12:28 PM, SoftTech <mi...@softtechks.com>

> So what is the best way to extract any phone numbers that may be found in
> the memo?


My suggestion is to do this using a regular expression library and
well formed regex.

Why?

1) Less code to write. Probably a few lines of code.

2) You can very likely find a regex that someone else has written,
that handles the wide variety of phone number formats to be found "in
the wild".



-- 
Kyle Cordes
http://kylecordes.com
__________________________________________________
Delphi-Talk mailing list -> Delphi-Talk@elists.org
http://lists.elists.org/cgi-bin/mailman/listinfo/delphi-talk

Reply via email to