Why are there so many different regular expression dialects?

前端 未结 4 1756
陌清茗
陌清茗 2020-12-06 05:00

I\'m wondering why there have to be so many regular expression dialects. Why does it seem like so many languages, rather then reusing a tried and true dialect, seem bent on

4条回答
  •  北海茫月
    2020-12-06 05:39

    The "I made it better" syndrome of programming produces all these things. It's the same with standards. People try to make the next "best" standard to replace all the others and it just becomes something else we all have to learn/design for.

提交回复
热议问题