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

Remove match-case #2362

Merged
merged 1 commit into from
Mar 11, 2025
Merged

Remove match-case #2362

merged 1 commit into from
Mar 11, 2025

Conversation

ryanbr
Copy link
Collaborator

@ryanbr ryanbr commented Mar 11, 2025

match-case not working; disable for the time being

/^https?:\/\/(?:[a-z]{2}\.)?[0-9a-z]{5,16}\.[a-z]{3,7}\/[a-z]([a-z]{0,25}[0-9A-Z])[0-9a-zA-Z]{3,26}\/\d{4,6}(?:\?[_a-z]=[-0-9a-z]+)?$/$script,3p   (works)
/^https?:\/\/(?:[a-z]{2}\.)?[0-9a-z]{5,16}\.[a-z]{3,7}\/[a-z]([a-z]{0,25}[0-9A-Z])[0-9a-zA-Z]{3,26}\/\d{4,6}(?:\?[_a-z]=[-0-9a-z]+)?$/$script,3p,match-case   (no work)

matching https://gt.palikaralkamin.com/t4nwkZWvzBz0bE/108318

@ryanbr ryanbr self-assigned this Mar 11, 2025
@ryanbr ryanbr merged commit 7d76dc2 into master Mar 11, 2025
6 checks passed
@ryanbr ryanbr deleted the ikgyhyghhjgju branch March 11, 2025 00:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant