Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hostname regex captures port when protocol is added. #1425

Closed
rbray89 opened this issue Feb 19, 2025 · 1 comment · Fixed by #1444
Closed

Hostname regex captures port when protocol is added. #1425

rbray89 opened this issue Feb 19, 2025 · 1 comment · Fixed by #1444

Comments

@rbray89
Copy link

rbray89 commented Feb 19, 2025

const static QRegularExpression hostNameRegExp("remote (.*) [0-9]*");

Regex should be "remote\s+([^\\s]+)"

@outspace
Copy link
Collaborator

outspace commented Mar 2, 2025

thanks!

@outspace outspace linked a pull request Mar 2, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants