Hacker News new | ask | show | jobs
by betenoire 3758 days ago
What is a precedence rule in regex? You can either derive a string or you can't. Precedence problems result in ambiguity, there shouldn't be any ambiguity here
1 comments

The regex operators can be ordered by precedence. The whole point is of course to avoid ambiguity...?