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.6

function::isinstr(3stap)


FUNCTION::ISINSTR

FUNCTION::ISINSTR

NAME
SYNOPSIS
ARGUMENTS
GENERAL SYNTAX
DESCRIPTION

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.



function::isinstr(3stap)