Java

TwitterFacebook
Get flash to fully experience Pearltrees
Json

XmlRpc

API

JavaFx

iText

A regular expression (regex or regexp for short) is a special text string for describing a search pattern. You can think of regular expressions as wildcards on steroids. You are probably familiar with wildcard notations such as *.txt to find all text files in a file manager. The regex equivalent is .*\.txt$ . But you can do much more with regular expressions. In a text editor like EditPad Pro or a specialized text processing tool like PowerGREP , you could use the regular expression \b[A-Z0-9._%+-]+@[A-Z0-9.-]+\. http://www.regular-expressions.info/

Regular-Expressions.info - Regex Tutorial, Examples and Reference - Regexp Patterns

Java

Annotation