Main
Home
Quick tour
Documentation
Mailing Lists
Demonstration
Download
Sourceforge project
FAQ
History
Links


Toolboxes
Char
Control
Crypto
Finance
FunFun
General
Graphics
Image
Internal
InputOutput
LinearAlgebra
Matrix
Miscellaneous
Net
Polynomial
Set
Signal
SpecFun
SpecialMatrix
Statistics
String
System
Time
Trigonometric
...


Contact
Developers

JMathLib
A Java Clone of Octave, SciLab, Freemat and Matlab.

[Index] [Documentation] [Demonstration] [Download]

findstr

Type: External

Group: char

Syntax

findstr(string1, string2)

Description

Finds all occcurences of the shorter string within the longer

Notes

.

Examples

findstr("this is a test string", "is") = [3, 6]
findstr("is", "this is a test string") = [3, 6]

See Also

strfind

Last modified
SourceForge Logo