numericRegex
const
numericRegex:RegExp
Regex matching numeric strings. Passes for positive/negative integers, decimals, and E notation, with optional surrounding whitespace.
Defined in
packages/react-querybuilder/src/utils/misc.ts:7
caution
API documentation is generated from the latest commit on the main
branch. It may be somewhat inconsistent with official releases of React Query Builder.