Link to home
Start Free TrialLog in
Avatar of jay_waugh
jay_waughFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Regex for after a character in a string

Hi

Can anyone help me with the regex to highlight the section of a string including and after a set of characters.

For example for the string

Assfgghh./.../.../https://654321

I want to only extract

https://654321

The length and values following https:// vary in length and character types.

I am calling regex using Python.

Many thanks
ASKER CERTIFIED SOLUTION
Avatar of Rgonzo1971
Rgonzo1971

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial