Jump to content

StringRegExp


w0uter
 Share

Recommended Posts

StringRegExp('', '(a', 0)
If @error Then ConsoleWrite('why is there only 1 error' & @LF)
    
StringRegExp('', '(b', 0)
If @error Then ConsoleWrite('why is there only 1 error' & @LF)
    
StringRegExp('', '(a', 0)
If @error Then ConsoleWrite('why is there only 1 error' & @LF)

gives 3 errors so the problem is defenetly with regexp.

but for now i have found my workaround by using a dummy regexp pattern.

still i would like to see this fixed.

Edited by w0uter

My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll

Link to comment
Share on other sites

  • 2 months later...

thought id bump this up so that it could be moved to Open Bugs (?) :P

StringRegExp('b', 'a)', 0)
If @error Then ConsoleWrite('why is there only 1 error' & @LF)
StringRegExp('b', 'a)', 0)
If @error Then ConsoleWrite('why is there only 1 error' & @LF)
Edited by w0uter

My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...