in reply to Re^3: Regex for matching dotted numbers
in thread Regex for matching dotted numbers

Sorry for updating the question at random. By the time I went clear on my problem statement there was an reply.

Basically I am looking for a generic solution that if the version string matches with the version I am looking then run a flow in the script else skip it.

So having a look up array will not help as there can any version in that format in future I need to update the array every time. That I don't want.

  • Comment on Re^4: Regex for matching dotted numbers

Replies are listed 'Best First'.
Re^5: Regex for matching dotted numbers
by AppleFritter (Vicar) on Jul 21, 2014 at 11:55 UTC