menu
u package
documentation
components/doc/u_pdf.dart
UPdfSyntax
isRegular static method
isRegular static method
dark_mode
light_mode
isRegular
static method
bool
isRegular
(
int
byte
)
Implementation
static bool isRegular(int byte) => byte >= 0 && !isWhitespace(byte) && !isDelimiter(byte);
u package
documentation
components/doc/u_pdf
UPdfSyntax
isRegular static method
UPdfSyntax class