Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

strmatchall (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Class: string

Requires: MathScript RT Module

Syntax

c = strmatchall(a, b)

c = strmatchall(a, b, 'exact')

Legacy Name: strmatch

Description

Finds occurrences of a string in an input matrix.

Examples

Inputs

Name Description
a Specifies a character matrix.
b Specifies a string.
'exact' Reports only exact matches.

Outputs

Name Description
c Returns the indexes of rows in a that contain b. c is a column vector.

Examples

A = 'this';
B = strvconcat('that', 'this is', 'this is not');
C = strmatchall(A, B)
C = strmatchall(A, B, 'exact')

Related Topics

findstr
strcmp
strcmp_i
strfindall


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit