Regular Expressions Anchor Characters: Dollar ($)

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Extensions
> Step 2: And Like the video. BONUS: You can also share it!

Remarks

A great deal of regex engines use a "multi-line" mode in order to search several lines in a file independently.

Therefore when using $, these engines will match all lines' endings. However, engines that do not use this kind of multi-line mode will only match the last position of the string provided for the search.



Got any Regular Expressions Question?