+ Reply to Thread
Results 1 to 2 of 2

Syntax of this code

  1. #1
    ExcelMonkey
    Guest

    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. #2
    Bob Phillips
    Guest

    Re: 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" <[email protected]> wrote in message
    news:[email protected]...
    > 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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1