Skip to content

CreateObject for regex shows compile error #95

@TwitchBronBron

Description

@TwitchBronBron

Creating a new regex with option flags causes a compile error, but is perfectly valid syntax.

CreateObject("roRegex", "[a-z]+", "i")

results in

Expected 0-2 arguments, but got 3.

We should enhance the CreateObject stdlib definition to support the third parameter.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions