Regular Expressions 101

Community Patterns

Extract substring from a string

0

Regular Expression
PCRE (PHP <7.3)

/
.*image_crop_resized=(.*)&video_still_time(.*)
/

Description

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

Submitted by anonymous - 4 years ago