通过正则表达式检查regex是否有效

时间:2013-05-06 01:29:02

标签: regex point-of-interest

出于好奇,是否可以编写正则表达式,检查其他正则表达式是否有效。

1 个答案:

答案 0 :(得分:1)

不,这是不可能的:正则表达式执行模型不够强大。

为了使正则表达式字符串有效,必须平衡字符串中的所有括号。从it is not theoretically possible to write a regular expression to verify if all parentheses in a string are balanced开始,也无法编写正则表达式来检查正则表达式字符串的有效性。