Extract regex into a common method
The regex (?<issue>\d+\b) is used in several places and here we are abstracting into a common reference.
Showing
Please register or sign in to comment
The regex (?<issue>\d+\b) is used in several places and here we are abstracting into a common reference.