Community Patterns

Community Library Entry

1

Regular Expression
Created·2022-06-02 09:26
Flavor·PCRE (Legacy)

/
(?P<koef>[+-]?\d*)(?P<literals>(?:[a-z](?:\^-?\d+)?)+)
/
g
Open regex in editor

Description

Regex to get polynomial coefficients

Submitted by Balandin Igor