dud.semver.parse

Undocumented in source.

Members

Functions

checkASCII
char[] checkASCII(char[] cs)
Undocumented in source. Be warned that the author may not have intended to support it.
checkNotEmpty
char[] checkNotEmpty(char[] cs)
Undocumented in source. Be warned that the author may not have intended to support it.
dropUntilPredOrEmpty
char[] dropUntilPredOrEmpty(char[] input)
Undocumented in source. Be warned that the author may not have intended to support it.
isDot
bool isDot(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
isFalse
bool isFalse(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
isMinus
bool isMinus(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
isPlus
bool isPlus(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
isPlusOrMinus
bool isPlusOrMinus(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
parseSemVer
SemVer parseSemVer(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
splitOutNumber
uint splitOutNumber(string numName, string dotName, char[] input)
Undocumented in source. Be warned that the author may not have intended to support it.
toNum
uint toNum(string numName, char[] input)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta