TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Regular Expression Analyzer

37 pointsby pacemkrover 11 years ago

4 comments

buckbovaover 11 years ago
If you are looking for somewhere to craft regexes, someone recently posted a link to a neat looking project, regex101 <a href="http://regex101.com/" rel="nofollow">http:&#x2F;&#x2F;regex101.com&#x2F;</a> .<p>This link looks to be driving traffic to this myezapp.
评论 #6602297 未加载
mistercowover 11 years ago
Pretty cool. One minor bug: it says &quot;repeat&quot; for &quot;?&quot;, but then for the number of times it says &quot;optional&quot;. It really shouldn&#x27;t say &quot;repeat&quot; at all for that character.
JetSetWillyover 11 years ago
Pretty nice. It could deal with weird java specific stuff like for example \p{javaWhitespace} - it deals with \s by saying it is &quot;any whitespace&quot;, but it seems to think \p{javaWhitespace} is a character sequence, rather than an odd java-specific character class.
afreakover 11 years ago
It seems to choke on this mess of a regex:<p><a href="http://www.ex-parrot.com/pdw/Mail-RFC822-Address.html" rel="nofollow">http:&#x2F;&#x2F;www.ex-parrot.com&#x2F;pdw&#x2F;Mail-RFC822-Address.html</a>