![]() |
VOOZH | about |
Syntax: Symbol.match() Parameter: Symbol values Return: position - if pattern matches the Symbol otherwise return nilExample #1 : Output :
Symbol a : aBcDeF Symbol b : äöü Symbol c : ABCDEF Symbol a match form : 3 Symbol b match form : Symbol c match form : 2Example #2 : Output :
Symbol a : geeks Symbol b : åöó Symbol c : GEEKS Symbol a match form : 0 Symbol b match form : Symbol c match form : 1