Actions
$ifmatch2 » History » Revision 1
Revision 1/2
| Next »
Per Amundsen, 08/10/2015 08:44 AM
Added in 1.9.0
$ifmatch2
Returns the second parameter of an if-then-else comparison.
Same as $v2, see also $ifmatch.
Example
; In this case '$ifmatch' will be 'text' and '$ifmatch2' will be 'sometext'. if (text isin sometext) { echo -ag ifmatch is $ifmatch2 }
Updated by Per Amundsen over 9 years ago · 1 revisions