dict.cc dictionary

DictIndex.getre Method 

Returns translations for all keywords meeting the given regular expression

[Visual Basic]
Public Function getre( _
   ByVal keywordre As String _
) As String()
[C#]
public string[] getre(
   string keywordre
);

Parameters

keywordre
the regular expression for kewords to translate

Return Value

Array of results for keywords meeting reg. expr. The method may also return null, if nothing has been found for the given regular expression.

Remarks

Searches keywords meeting the given regular expression and finds entries for them using get() for each keyword found.

See Also

DictIndex Class | dict Namespace