Re: Like operator and square brackets
- From: erewhon@xxxxxxxxxx (J French)
- Date: Thu, 18 Jan 2007 13:52:23 GMT
On Thu, 18 Jan 2007 07:26:26 -0500, "Syed Zeeshan Haider"
<szhatforumsDELETE@xxxxxxxxxxxxxxxx> wrote:
Hello Everybody,
I know for a Like operator, [ ] * # ? have special significance and they are
used as parts of syntax. What if I am looking for a string pattern which
involves these characters; for example I am looking for a pattern where the
string starts with an opening square bracket and ends with a closing square
bracket with three alphabets between them; how can I use square brackets as
literal strings (not as a part of syntax)?
InStr() and Mid$() are all you need
.
- Follow-Ups:
- Re: Like operator and square brackets
- From: Rick Rothstein \(MVP - VB\)
- Re: Like operator and square brackets
- References:
- Like operator and square brackets
- From: Syed Zeeshan Haider
- Like operator and square brackets
- Prev by Date: Re: Like operator and square brackets
- Next by Date: Re: 29 Books and Tutorials for DotNET, C#, VB.NET and ASP.NET
- Previous by thread: Re: Like operator and square brackets
- Next by thread: Re: Like operator and square brackets
- Index(es):
Relevant Pages
|