VBRegExp_SetIgnoreCase

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > VBRegExp >

VBRegExp_SetIgnoreCase

 

Description

 

Sets a Boolean value that indicates if a pattern search is case-sensitive or not.

 

Syntax

 

n = VBRegExp_SetIgnoreCase(pReg, IgnoreCase)

 

Returns

 

Number

 

Parameters

 

Name

Type

Optional

Meaning

pReg

Numeric

No

Regular expression handle created with VBRegExp_New function

IgnoreCase

Numeric

No

The value of the IgnoreCase property is False if the search is case-sensitive, True if it is not. Default is False.

 

Remarks

 

Restrictions

 

See also

 

Examples