Community Patterns

Community Library Entry

1

Regular Expression
Created·2025-12-30 04:20
Updated·2025-12-30 15:37
Flavor·PCRE2 (PHP)

/
(?:#(?:(?:[0-1]+(?::-?\d+)?b)|(?:[0-7]+(?::-?\d+)?o)|(?:[0-9A-F]+(?::-?\d+)?h)|(?:[0-9]+(?::-?\d+)?d?)|))|(?:(?<![a-z])-?\d+(?:\.\d+)?º?)
/
gm
Open regex in editor

Description

Extracts HP Prime PPL numbers.

Submitted by anonymous