function::isinstr.3stap

Langue: en

Version: September 2010 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

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.

GENERAL SYNTAX

isinstr:long (s1:string, s2:string)

DESCRIPTION

This function returns 1 if string s1 contains s2, otherwise zero.