zrlw commented on issue #8581:
URL: https://github.com/apache/dubbo/issues/8581#issuecomment-906980395


   > dubbo.network.interface.ignored 加
   
   正则表达式的元字符规则比较多,比如-[的-就是普通字符,如果-后面跟着的不是[就是元字符,感觉转义太复杂了,是不是直接加个或全等条件算了,如
   ```
   if (a.matches(b) || a.equals(b)) { ...}
   ```


-- 
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to