meta.regexp2



template atoui(char[] s,uint result = 0,int indx = 0)
ulong atoui!(char [] s);

Converts an ASCII string to an uint.

template search(char[] fullpattern)
Return first substring which matches the pattern.

Note that some patterns will return an empty string as a valid result.