Jump to content

Stringregexp Unexpected Results


Recommended Posts

This doesn't work:

$test = StringRegExp(" $arr", "(\$.*?)", 1)
MsgBox(0,"",$test[0])

but this does:

$test = StringRegExp(" $arr ", "(\$.*?)(?: )", 1)
MsgBox(0,"",$test[0])

And as expected returns a message box with "$arr" in it. Any ideas on if this is intended or not?

[u]My UDFs[/u]Coroutine Multithreading UDF LibraryStringRegExp GuideRandom EncryptorArrayToDisplayString"The Brain, expecting disaster, fails to find the obvious solution." -- neogia

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...