Skip to content
Prev 48116 / 63424 Next

The regular expressions in compareVersion()

On Thu, Apr 24, 2014 at 1:42 PM, Duncan Murdoch
<murdoch.duncan at gmail.com> wrote:
Maybe it's already clear, but [\\.] is the set for the two symbols '\'
and '.', not '.' alone.  For example, I would expect an error below:
[1] 0

/Henrik