cdisc-org / conformance-rules-editor

MIT License
6 stars 3 forks source link

regex missing from Operators schema #205

Closed ASL-rmarshall closed 9 months ago

ASL-rmarshall commented 9 months ago

According to the Check Operators documentation, the equals_string_part and does_not_equal_string_part operators require a regex parameter to specify the regular expression the defines the string part to match. However, Operators.json does not contain a definition for regex. The regex parameter is therefore not recognized by the rules editor and it doesn't appear to be passed through to execution.

ASL-rmarshall commented 9 months ago

Duplicate of https://github.com/cdisc-org/cdisc-rules-engine/issues/524