Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-05-08 19:44
Flavor·PCRE (Legacy)

/
.*image_crop_resized=(.*)&video_still_time(.*)
/
Open regex in editor

Description

For use with sed you need to escape the parentheses \(

Submitted by anonymous