Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 553
Default Syntax of this code

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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,120
Default Syntax of this code

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" wrote in message
...
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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Syntax problem with code WLMPilot Excel Discussion (Misc queries) 1 March 15th 08 07:07 PM
syntax for code in MsgBox()? Ouka[_4_] Excel Programming 2 July 20th 05 05:18 PM
VBA code to sum a row: syntax needed [email protected] Excel Discussion (Misc queries) 1 July 11th 05 06:41 PM
proper syntax in code needed Jim May Excel Programming 2 September 19th 04 12:44 AM
help with code/syntax Jay Baxter Excel Programming 0 February 26th 04 08:11 PM


All times are GMT +1. The time now is 01:24 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"