Syncope.T-*
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, 맞지 않으면.
Notes:
테스트로 인해 검증됨.

Return:
-1 가 실패값 찾지못했거나. Any other value indicates a position in the string where the match starts.
profile

Syncope.T-*

@Syncope

포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!

profile on loading

Loading...