tian-pengfei commented on PR #4180:
URL: https://github.com/apache/shenyu/pull/4180#issuecomment-1322995904
implement the first idea
<html>
<body>
<!--StartFragment--><!DOCTYPE html><figure class="md-table-fig" cid="n117"
mdtype="table" style="box-sizing: border-box; margin: 1.2em 0px; overflow-x:
auto; max-width: calc(100% + 16px); padding: 0px; cursor: default; color:
rgb(51, 51, 51); font-family: "Open Sans", "Clear Sans",
"Helvetica Neue", Helvetica, Arial, "Segoe UI Emoji",
sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures:
normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal;
orphans: 2; text-align: start; text-indent: 0px; text-transform: none;
white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width:
0px; text-decoration-thickness: initial; text-decoration-style: initial;
text-decoration-color: initial;">
before | now
-- | --
${int\|min-max} | ${expression\|#int(min,max)}
${double\|min-max\|format} | ${expression\|#double(min,max)}
${email} | ${expression\|#email()}
${phone} | ${expression\|#phone()}
${zh\|min-max} | ${expression\|#zh(min,max)}
${en\|min-max} | ${expression\|#en(min,max)}
${list\|[arg1,arg2...]} | ${expression\|#oneOf(arg1,agr2...)}
${current\|format} | ${expression\|#current(format)}
${bool} | ${expression\|#bool()}
</figure><br class="Apple-interchange-newline"><!--EndFragment-->
</body>
</html>
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]