728x90
f(StrContains(str, substr,){
native StrContains(const String:str[], const String:substr[], bool:caseSensitive=true);
str = 찾고자 하는 변수.
substr 기존 변수에서 찾을 변수.
caseSensitive If true (default), search 맞거나 들어가면. If false, 맞지 않으면.
테스트로 인해 검증됨.
Return:
-1 가 실패값 찾지못했거나. Any other value indicates a position in the string where the match starts.