Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

1

Regular Expression
Java 8

"
^([\w_]+)(?:\{([^}]*)\})?\s+([\d\\.e+-]+)(?:\s+(\d+))?$
"
gm

Description

"^([\w_]+)(?:{([^}]*)})?\s+([\d\.e+-]+)(?:\s+(\d+))?$"gm

Submitted by umanan - a month ago