Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-02-09 23:16
Flavor·PCRE (Legacy)

/
((\d+\.?\d*) ([a-zA-Z]) \*)(.*?)(((\d+\.?\d*) \3 \*))
/
g
Open regex in editor

Description

This is my first attempt at making a regex that combines like terms in postfix notation.

Submitted by sirob_vious