 
                            | Wiki Markup | 
|---|
|             Regular expressions are widely used to match strings of text. For example, the POSIX {{grep}} utility supports regular expressions for finding patterns in the specified text. For introductory information on regular expressions, see the Java Tutorials \[[Tutorials 08|AA. Bibliography#TutorialsReferences#Tutorials 08]\]. The {{java.util.regex}} package provides the {{Pattern}} class that encapsulates a compiled representation of a regular expression and the {{Matcher}} class, which is an engine that uses a {{Pattern}} to perform matching operations on a {{CharSequence}}. | 
...
| <ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="4633c0dcfad24a8e-0b2564ca-458f4f24-a7afb706-6fb8db490cd8344a20ba2aa4"><ac:plain-text-body><![CDATA[ | [[Tutorials 08 | AA. Bibliography#Tutorials References#Tutorials 08]] | [Regular Expressions | http://java.sun.com/docs/books/tutorial/essential/regex/index.html] | ]]></ac:plain-text-body></ac:structured-macro> | 
| <ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="0ec4942f598db989-3603d4ba-4b7c4468-80d9be08-a294bee2bc046b59fade0754"><ac:plain-text-body><![CDATA[ | [[CVE 05 | AA. Bibliography#CVEReferences#CVE]] | [CVE-2005-1949 | http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-1949] | ]]></ac:plain-text-body></ac:structured-macro> | 
...