
beecha
Novice
Jan 4, 2018, 6:25 AM
Post #1 of 2
(4494 views)
|
regex expression for multiple line
|
|
|
hi all, i am working on the regex for below mentioned paragraph war eligible, init =0*DEC0, ev = {1*BIN0,2*DEC3,6*BIN4, & 5*BIN43,6*DEC32, & 5*BIN43,7*DEC32} Always the line starts from WAR i need to take only the values which are in the { } example:1*BIN0,2*DEC3,6*BIN4,5*BIN43,6*DEC32,5*BIN43,7*DEC32 can anyone help me with this
|