Package org.apache.tika.utils
Class RegexUtils
java.lang.Object
org.apache.tika.utils.RegexUtils
Inspired from Nutch code class OutlinkExtractor. Apply regex to extract
 content
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
RegexUtilspublic RegexUtils()
 
- 
- 
Method Details- 
extractLinksExtract urls from plain text.- Parameters:
- content- The plain text content to examine
- Returns:
- List of urls within found in the plain text
 
 
-