Package:
Summary:
Create obfuscated e-mail strings
Groups:
Author:
Description:
This class can be used to create obfuscated e-mail strings.
Package:
Summary:
Create obfuscated e-mail strings
Groups:
Author:
Description:
This class can be used to create obfuscated e-mail strings.
Package:
Summary:
Manipulate text strings
Groups:
Author:
Description:
This class can be used to manipulate text strings.
Package:
Summary:
Manipulate text strings
Groups:
Author:
Description:
This class can be used to manipulate text strings.
It takes a text string value and performs several types of operations like comparing or concatenating it with another string, searching and replacing sub-strings, splitting the string, etc..
The free online (and searchable) Chambers Dictionary has been added to the Free Online English Dictionaries
page. This dictionary not only gives the usual definitions and spelling (both US and UK variants) of words searched,
it also supplies their etymology (history/origin). If you need the pronunciation, you can get it from one of the other dictionaries listed on the page. As always, only dictionaries from reputable dictionary publishers are listed here.
Package:
Summary:
Implement the decorator design pattern
Groups:
Author:
Description:
This class implement the decorator design patterns.
It implements a base abstract class that should be extended by decorator classes that wrap the result of the wrapped class objects.
When the decorator classes accesses the base decorator functions or variables, the abstract decorator class redirects the access to the wrapped class objects.
Package:
Summary:
Get the location of an IP using ipinfodb.com
Groups:
Author:
Description:
This class can be used to get the geographic location of an IP address using ipinfodb.com.
It sends an HTTP request to the ipinfodb.com Web services API to get the location of a given IP address.
The class parses the response and extracts the country code, country name and city of the given IP address.