MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / fxCharSetDigits

Function fxCharSetDigits

xs/sources/xsre.c:810–819  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

808}
809
810void* fxCharSetDigits(txPatternParser* parser)
811{
812 txCharSet* result = fxPatternParserCreateTerm(parser, sizeof(txCharSet) + (2 * sizeof(txInteger)), fxCharSetMeasure);
813 result->stringCount = 0;
814 result->strings = C_NULL;
815 result->characters[0] = 2;
816 result->characters[1] = '0';
817 result->characters[2] = '9' + 1;
818 return result;
819}
820
821void* fxCharSetEmpty(txPatternParser* parser)
822{

Callers 1

fxCharSetParseEscapeFunction · 0.85

Calls 1

Tested by

no test coverage detected