이 콘텐츠는 선택한 언어로 제공되지 않습니다.
function::isinstr
Name
function::isinstr — Returns whether a string is a substring of another string
Synopsis
isinstr:long(s1:string,s2:string)
Arguments
s1
- string to search in
s2
- substring to find
Description
This function returns 1 if string
s1
contains s2
, otherwise zero.