Thread brute force suche (5 answers)
Opened by Resys at 2004-12-13 17:45

Relais
 2004-12-13 17:56
#49962 #49962
User since
2003-08-06
2246 Artikel
ModeratorIn
[Homepage] [default_avatar]
perldoc -f index

Quote
index STR,SUBSTR,POSITION
index STR,SUBSTR
The index function searches for one string within
another, but without the wildcard-like behavior of
a full regular-expression pattern match. It
returns the position of the first occurrence of
SUBSTR in STR at or after POSITION. If POSITION
is omitted, starts searching from the beginning of
the string. The return value is based at 0 (or
whatever you've set the $[ variable to--but don't
do that). If the substring is not found, returns
one less than the base, ordinarily "-1".
\n\n

<!--EDIT|Relais|1102953435-->
Erst denken, dann posten --
27. Deutscher Perl- u. Raku -Workshop (Termin wird noch gesucht) 2025 in München.

Winter is Coming

View full thread brute force suche