
cliffyiu
Novice
May 7, 2012, 8:47 AM
Post #1 of 2
(816 views)
|
|
how to extract everthing else from a string after a pattern
|
Can't Post
|
|
Hi, I have a file containing the following lines: abcd;dfasdgf;name=sfadf;sdfasdf ahd;name=sdfd;dfdfa I want to extract the strings after the pattern "name=" and get the following lines: sfadf;sdfasdf sdfd;dfdfa Anyone knows how to do that? I know regulation expression may work for this but I just can't figure out the right expression.. Thanks
|