A
          / \      _             Play Now                         Nemesis on fb
          | |     | |  _______   _        _   _______    _______   _    _______
          | |\    | | |   ____| |  \    /  | |   ____|  /   ____| | |  /   ____|
 /-------/-------------------------------------------------------------------,
O= Home <=XX|  About  News  Pics  Adventurers  Wizards  Download  Connect     >
 \-------\-------------------------------------------------------------------'
          | |   \   | |  |____  | |      | | |  |____   ___ \  \  | |  ___ \  \
          | |     \_| |_______| |_|      |_| |_______| |_______/  |_| |_______/
          \ /
           V  

Documentation Area

Document Path: /doc/efun/match


NAME
	match - match a string with '*' jokers

SYNOPSIS
	status match(string pattern, string teststring)

DESCRIPTION
	Returns true when the teststring matches the pattern.
	The '*' Joker symbol stands for any number of characters to ignore.

EXAMPLES
	match("*tells you*", "The orc tells you: You are dead.")
		-> returns true.

	match("*die", "You die.")
		-> returns false.

See also:


This page was generated in LPC

Imprint / Impressum