regex - regular expression for find and replace -



regex - regular expression for find and replace -

i've got strings like:

('michael herold','michael herold'),

but need remove lastly parts end with:

('michael herold'),

i'm still new regular expressions confuse me. i'm using notepad++.

find: \('([^']*)','\1'\) replace: ('\1')

regex notepad++

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -