Can someone tell me what this snippet of code means? What is the role of:
1) [
2) ^
3) +
4) (
Const Words As String = "[^a-z]([A-Za-z0-9$]+)"
Thanks
Can someone tell me what this snippet of code means? What is the role of:
1) [
2) ^
3) +
4) (
Const Words As String = "[^a-z]([A-Za-z0-9$]+)"
Thanks
You are looking at regular expressions.
Take a look at
http://msdn.microsoft.com/library/de...ting051099.asp
Microsoft Beefs Up VBScript with Regular Expressions
--
HTH
Bob Phillips
"ExcelMonkey" <ExcelMonkey@discussions.microsoft.com> wrote in message
news:16E668A5-E54B-4969-B026-D0C4CBD439EE@microsoft.com...
> Can someone tell me what this snippet of code means? What is the role of:
>
> 1) [
> 2) ^
> 3) +
> 4) (
>
>
> Const Words As String = "[^a-z]([A-Za-z0-9$]+)"
>
> Thanks
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks