Variable numberPatternConst

numberPattern: string = '[0-9]+(?:\\.[0-9]+)?'

The regular expression pattern used to identify a number.