Calling TFLRE.Create without the second parameter raises an exception #55

Closed
opened 2020-03-17 04:42:27 +00:00 by rchastain · 2 comments
rchastain commented 2020-03-17 04:42:27 +00:00 (Migrated from github.com)

Hello!

Calling TFLRE.Create without the second parameter is possible but raises an unhandled exception:

EFLRE: Unknown regular expression modifier flag

Is it the expected behaviour?

Regards.

Roland

Hello! Calling TFLRE.Create without the second parameter is possible but raises an unhandled exception: `EFLRE: Unknown regular expression modifier flag` Is it the expected behaviour? Regards. Roland
BeRo1985 commented 2020-03-18 07:45:11 +00:00 (Migrated from github.com)

Yes, it is the expected behaviour, because FLRE expects then a input regex string for example like in the form /regex/flags for example /d+/g

Yes, it is the expected behaviour, because FLRE expects then a input regex string for example like in the form `/regex/flags` for example `/d+/g`
rchastain commented 2020-03-18 07:56:55 +00:00 (Migrated from github.com)

I see. Thank you for the explanation.

I see. Thank you for the explanation.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
BeRo1985/flre#55
No description provided.