Jump to content

Recommended Posts

Posted

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

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
×
×
  • Create New...