Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-09-02 19:26
Flavor·ECMAScript (JavaScript)

/
^\({1,4}[9][\*\-\+\/][9]\)?[\*\-\+\/][9]\){0,2}[\*\-\+\/][9]\){0,1}
/
Open regex in editor

Description

Using exactly four 9s and no other digits, write an equation which evaluates to 100

Submitted by GMiller