As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center提供指导。




已关闭8年。




我并不总是写正则表达式,但是当我写正则表达式时,我觉得我在重新学习它。我正在寻找保留重要部分的方法,并为疯狂提供一些方法。

最佳答案

您应该使用与记住任何API完全相同的技巧:使用准确的引用。

例如,当我需要使用JavaScript中的正则表达式时,可以使用the reference on MDN。如果我在PHP中需要正则表达式,则将使用the php.net reference。如果我需要.NET中的正则表达式,我将使用the MSDN reference

最好不要每次记住并查找它,而不是不正确地记住并写错。

关于regex - 有什么好的技巧可以帮助您记住RegEx?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/11584806/

10-12 18:38