We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can you please provide more details regarding how to filter using the regexp? (foor|bar) is not fully working....
If you have a list of following items: Ubuntu.18.04.LTS Ubuntu.16.04.6.LTS Ubuntu.16.04.5.LTS Ubuntu.16.04.4.LTS
and Ubuntu.16.04.5.LTS should be obtained, how should the regexp query look like?
Ubuntu|16.04.5|LTS
I tried like this, but it downloads all of them.
Also, the starring doesn't work. *16.04.5*
*16.04.5*
Give me an error on parsing.
Thanks, George
The text was updated successfully, but these errors were encountered:
https://en.wikipedia.org/wiki/Regular_expression https://regex101.com/
Sorry, something went wrong.
No branches or pull requests
Can you please provide more details regarding how to filter using the regexp?
(foor|bar) is not fully working....
If you have a list of following items:
Ubuntu.18.04.LTS
Ubuntu.16.04.6.LTS
Ubuntu.16.04.5.LTS
Ubuntu.16.04.4.LTS
and Ubuntu.16.04.5.LTS should be obtained, how should the regexp query look like?
Ubuntu|16.04.5|LTS
I tried like this, but it downloads all of them.
Also, the starring doesn't work.
*16.04.5*
Give me an error on parsing.
Thanks,
George
The text was updated successfully, but these errors were encountered: