|
RiTa index |
||||||||||
| Name | getWildcardMatch() | |||||||||
| Class | RiWordnet | |||||||||
| Description | Returns up to maxResults of the specified pos
matching a wildcard pattern,with '*' representing any number of characters, and '?' equals any single character..
Example: 't?le' returns (tale,tile,tole) |
|||||||||
| Syntax | getWildcardMatch(pattern, posStr); getWildcardMatch(pattern, posStr, maxResults); |
|||||||||
| Parameters |
|
|||||||||
| Returns | java.lang.String[] | |||||||||
| Usage | Web & Application | |||||||||
| Related | ||||||||||