Skip to content

Commit

Permalink
Add cross-reference to Java regex rationale. Fixes #548
Browse files Browse the repository at this point in the history
Signed-off-by: David A. Wheeler <[email protected]>
  • Loading branch information
david-a-wheeler committed Dec 3, 2024
1 parent a7f2313 commit 9f05d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Correctly-Using-Regular-Expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Platform
</td>
<td>“^” or “\A”
</td>
<td>“\z”; “$” works but some documents conflict
<td>“\z”; [“$” works but some documents conflict](./Correctly-Using-Regular-Expressions-Rationale#java)
</td>
<td>No
</td>
Expand Down

0 comments on commit 9f05d06

Please sign in to comment.