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
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |