Regular Expressions 101

Community Patterns

CSI Breakdown V5

1

Regular Expression
ECMAScript (JavaScript)

/
^[^\d]?(?:(\d\d)[^\d]?(\d\d)[^\d]?(\d\d)(\.[\d\w]{1,}){0,1})(.*)$
/
gm

Description

Breaks out CSI numbers for proper reformat

Submitted by anonymous - a month ago