pub static RE_SOL_PRAGMA_VERSION: Lazy<Regex>
A regex that matches the version part of a solidity pragma as follows: pragma solidity ^0.5.2; => ^0.5.2 statement with the named group “version”.
pragma solidity ^0.5.2;
^0.5.2