WoW:API ListChannelByName: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 27: Line 27:


: Lists all of the channels that match the specified regular expression.
: Lists all of the channels that match the specified regular expression.


----
----
{{Template:WoW API}}
{{WoW API}}
[[Category:API Functions|ListChannelByName]]
[[Category:API Channel Functions|ListChannelByName]]

Revision as of 04:48, 4 January 2006

ListChannelByName -Documentation by AlexanderYoshi-

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.



Template:WoW API