4
4
4upik2018-03-10 01:34:51
Perl
4upik, 2018-03-10 01:34:51

How to highlight text starting with a comma using regular expressions in Perl?

How to select from text :
text123 , text 456 text text
:
, text 456 text text
also select text after the first 5 characters
from
textt ext texttext123
select
ext texttext123

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nick Sdk, 2018-03-10
@4upik

How to select from text :
text123 , text 456 text text
:
, text 456 text text

https://regex101.com/r/T76wke/1
also need to select text after 5 first characters
from
textt ext texttext123
select
ext texttext123

https://regex101.com/r/0cv5a5/1
Is this?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question