Y
Hacker News
new
|
ask
|
show
|
jobs
by
mercnet
4111 days ago
Any recommendations on learning them, e.g. tutorials?
3 comments
pc86
4111 days ago
Not helpful at all for learning, but I've found RegExper[1] is fantastic for visualizing existing expressions, particularly ones you haven't written but need to understand or edit.
[1]
http://www.regexper.com/
link
tovmeod
4111 days ago
I like
http://www.debuggex.com/
link
j13z
4110 days ago
This is also a great tool to play around with / construct regexes:
http://regex101.com/
link
mdibaiee
4111 days ago
for JavaScript devs:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guid...
also
http://overapi.com/regex
link
[1] http://www.regexper.com/