Created
December 13, 2024 10:37
-
-
Save alexandreelise/3082f69735e27d519a3c434cfd60bd1b to your computer and use it in GitHub Desktop.
Find merge conflicts in git using PhpStorm Java based POSIX-form regex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(<<<<<<< ([A-Za-z\s]+)\n)([\p{Print}\p{Space}\p{ASCII}\p{L}]+)\n(=======)\n([\p{Print}\p{Space}\p{ASCII}\p{L}]+)(>>>>>>> ([A-Za-z\s]+)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment