Results 1 to 2 of 2

Thread: [RESOLVED] JavaScrip RegExp to VBScript RegExp

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Sep 2012
    Posts
    2,083

    Resolved [RESOLVED] JavaScrip RegExp to VBScript RegExp

    VBScript.RegExp can not recognize the pattern "[^]" . I'd like to know what is the pattern equivalent to the pattern "[^]"? Thanks.
    Last edited by dreammanor; Feb 10th, 2020 at 08:05 AM.

  2. #2

    Thread Starter
    PowerPoster
    Join Date
    Sep 2012
    Posts
    2,083

    Re: JavaScrip RegExp to VBScript RegExp

    I just tested it, "[^]" seems to be equivalent to "[\w\W\r\n]"

Posting Permissions

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



Click Here to Expand Forum to Full Width