TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

My Eureka Moment with Regular Expressions

3 点作者 gstovall大约 13 年前

2 条评论

majmun大约 13 年前
My problem with regular expressions is not only the syntax but I didn't have to use it so often so i would forgot it and have to learn it again and again from start. But fortunately I found that in most cases that I need to parse strings i can use .split() and .join() methods instead. for better convenience.
batista大约 13 年前
<i>There is also nothing quite like regular expressions anywhere in programming.</i><p>Well, not really. How about BNF rules?