Re: Like operator and square brackets
- From: "Rick Rothstein \(MVP - VB\)" <rickNOSPAMnews@xxxxxxxxxxxxxxxxx>
- Date: Thu, 18 Jan 2007 10:09:07 -0500
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
Isn't that a little like saying If and GoTo are all you need to make a
loop?<g>
Rick
.
- References:
- Like operator and square brackets
- From: Syed Zeeshan Haider
- Re: Like operator and square brackets
- From: J French
- Like operator and square brackets
- Prev by Date: Re: Connecting to SQL Server 2005
- Next by Date: Re: VB 6 Support
- Previous by thread: Re: Like operator and square brackets
- Next by thread: Re: 29 Books and Tutorials for DotNET, C#, VB.NET and ASP.NET
- Index(es):
Relevant Pages
|