Review request changed
- Change Summary:
-
Previous soultion based on regular expression can't handle all cases. There was two cases exclusive: 1) /path/to/file@@/main/branch/VERSION 2) /path/to/file/@@/main/branch/VERSION I can't find one regular expression handle both forms so I decide to solve problem in another way.