How to use package pt.tumba.cage.Numex

My mission is to recognize a phone number from text (string variable). I found information about class Numex and method recognizePhoneNumber on link:http://cageclass.sourceforge.net/javadocs/pt/tumba/cage/Numex.htmlBut I don't know where to find this package
[280 byte] By [Zdravkoa] at [2007-11-26 19:38:36]
# 1
Is there any other common way to recognize telephone number from string?
Zdravkoa at 2007-7-9 22:16:52 > top of Java-index,Java Essentials,New To Java...
# 2
> Is there any other common way to recognize telephone> number from string?If you know the pattern / algorithm for this telephone number, I thinkyou can build your own methoduse java.util.regex package
p_epia at 2007-7-9 22:16:52 > top of Java-index,Java Essentials,New To Java...
# 3
Thanks p_epi! This package works fine for me!
Zdravkoa at 2007-7-9 22:16:53 > top of Java-index,Java Essentials,New To Java...