79448213

Date: 2025-02-18 12:17:59
Score: 0.5
Natty:
Report link

Assuming the entire text is one line, something like the following will extract the three groups: path and the two versions:

Path *: *(.*) Version xyz *: *(.*) Version abc *: *(.*)

The version xyz would be \2 etc. Some variations would exist between regex implementations.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Greg