I am trying to extract a version and need to match on a third variant as shown here:
ersion ([^,]*)(,)? RELEASE
Need to match on:
Version 03.06.07b.E, RELEASE SOFTWARE (fc1)
Version 03.06.07b.E RELEASE SOFTWARE (fc1)
version 1.3(2)ES3
Match fails on the third row.