Calling TFLRE.Create without the second parameter raises an exception #55
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
BeRo1985/flre#55
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello!
Calling TFLRE.Create without the second parameter is possible but raises an unhandled exception:
EFLRE: Unknown regular expression modifier flagIs it the expected behaviour?
Regards.
Roland
Yes, it is the expected behaviour, because FLRE expects then a input regex string for example like in the form
/regex/flagsfor example/d+/gI see. Thank you for the explanation.