1

黄瓜中的这个水豚表定义:

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            |

正则表达式中的管道字符正在破坏表解析。我已经尝试了我能想到的所有包装和转义机制。没有喜悦。

建议?

4

0 回答 0