G
G
gachkydxvbgd2016-11-23 17:41:17
Notepad++
gachkydxvbgd, 2016-11-23 17:41:17

How to find the value after the sign through a regular expression; ?

How can I find the value after the ; through a regular expression? ?
Type
login;pass
^[^;]+ so I get the login, but how do I get the password?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2016-11-23
@gachkydxvbgd

(?<=;).+$

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question