Results 1 to 3 of 3

Thread: [TuT request] ExecRegExpr

  1. #1
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default [TuT request] ExecRegExpr

    Can anyone make a tutorial/provide some useful links on ExecRegExpr? All i know is that it is similar to Pos but has much more usage like (http://villavu.com/forum/showthread.php?t=82205):
    Simba Code:
    ExecRegExpr('^\[\([0-9]*,(\s*|^\s)[0-9]*\)*', TPA)

    It seems to be capable of checking for several conditions of the string:
    http://www.experts-exchange.com/Prog..._23902333.html

  2. #2
    Join Date
    Feb 2006
    Location
    Helsinki, Finland
    Posts
    1,395
    Mentioned
    30 Post(s)
    Quoted
    107 Post(s)

    Default

    Regular Expressions (by Brandon)

  3. #3
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    Quote Originally Posted by Janilabo View Post
    Regular Expressions (by Brandon)
    Wow thanks didn't expect it to be in newbie guides!

Thread Information

Users Browsing this Thread

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

Posting Permissions

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