^([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?$
- Semantic versioning http://semver.org/
- Source of the regex npm/node-semver#32
| public class ArrayBufferWriter : IBufferWriter<byte>, IDisposable | |
| { | |
| private byte[] _rentedBuffer; | |
| private int _written; | |
| private long _committed; | |
| private const int MinimumBufferSize = 256; | |
| public ArrayBufferWriter(int initialCapacity = MinimumBufferSize) | |
| { |
^([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?$