public class SearchUrl
extends java.lang.Object
| Constructor and Description |
|---|
SearchUrl() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.ArrayList<java.lang.String> |
matches(java.lang.String text)
It finds urls inside the text and return the matched ones
|
static java.util.ArrayList<java.lang.String> |
matches(java.lang.String text,
int results)
It finds urls inside the text and return the matched ones
|
public static final int ALL
public static final int FIRST
public static java.util.ArrayList<java.lang.String> matches(java.lang.String text)
public static java.util.ArrayList<java.lang.String> matches(java.lang.String text,
int results)