Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.5

isinstr(3stap)


ISINSTR

ISINSTR

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

NAME

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

Returns 1 if s2 is in s1, otherwise 0.



isinstr(3stap)