这个用黄瓜制作的水豚表:
And the developer adds these attributes:
| el_name | value |
| field_regex | ^area_cd$ |
| default_format | text |
这不是:
And the developer adds these attributes:
| el_name | value |
| field_regex | ^(area|zip)_cd$ |
| default_format | text |
正则表达式中的管道字符打破了表解析。我已经尝试过我能想到的包装和逃避的每一种机制。没有快乐。
建议?