WoW:API ListChannelByName: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m ({{wowapi}}) |
||
Line 1: | Line 1: | ||
{{wowapi}} | |||
Lists all of the channels that match the specified regular expression. | Lists all of the channels that match the specified regular expression. | ||
Line 27: | Line 26: | ||
: Lists all of the channels that match the specified regular expression. | : Lists all of the channels that match the specified regular expression. | ||
Revision as of 12:04, 18 June 2006
Lists all of the channels that match the specified regular expression.
ListChannelByName(channelMatch);
- Arguments
- (String channelMatch)
- channelMatch
- Regular expression to match channel names on
- Returns
- nil
- Example
ListChannelByName("trad");
- Result
- Description
- Lists all of the channels that match the specified regular expression.