Regular Expressions 101

Community Patterns

select all chars after a certain char

1

Regular Expression
PCRE (PHP <7.3)

Description

Want to find and select all text to the end of each line that occures after a certain char (eg after "##").

Submitted by luker - 8 years ago