Compare strings library
Is there a library that implements this function ?
|
Re: Compare strings library
It's included in the amxmodx include.
Code:
if(equali(string1, string2))Code:
if(containi(string1, string2))equal: http://www.amxmodx.org/funcwiki.php?go=func&id=53 equali: http://www.amxmodx.org/funcwiki.php?...uali&go=search contain:http://www.amxmodx.org/funcwiki.php?go=func&id=45 containi:http://www.amxmodx.org/funcwiki.php?...aini&go=search |
Re: Compare strings library
string.inc
|
| All times are GMT -4. The time now is 21:57. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.