Is it possible to use pattern matching with the template language? #7180
-
usually our commit messages start with some kind of ticket number: PR-2876: some message I would like to highlight the number in the log. so I was thinking about something like this:
This of course does not work. Is there some other solution to this that I am not aware of? Edit: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Heyy! Feel free to mark this as the answer if it helps! |
Beta Was this translation helpful? Give feedback.
-
Starting from 0.33 jj supports regex in templates for the string type using .match() |
Beta Was this translation helpful? Give feedback.
Starting from 0.33 jj supports regex in templates for the string type using .match()