[PR #724] docs: add a regex compatible with Bash #2574

Open
opened 2026-04-20 10:31:25 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/semver/semver/pull/724
Author: @dunglas
Created: 7/12/2021
Status: 🔄 Open

Base: masterHead: feat/bash-regex


📝 Commits (2)

  • b601088 docs: add a regex compatible with Bash
  • 66ee767 chore: add link to Regex101

📊 Changes

1 file changed (+10 additions, -2 deletions)

View changed files

📝 semver.md (+10 -2)

📄 Description

\d and capture groups aren't compatible with Bash. I added a compatible regex. I hope it will help.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/semver/semver/pull/724 **Author:** [@dunglas](https://github.com/dunglas) **Created:** 7/12/2021 **Status:** 🔄 Open **Base:** `master` ← **Head:** `feat/bash-regex` --- ### 📝 Commits (2) - [`b601088`](https://github.com/semver/semver/commit/b6010889cbf166c49e4e27b157414fa25d9eb389) docs: add a regex compatible with Bash - [`66ee767`](https://github.com/semver/semver/commit/66ee767b7964bff658b538b4de5b574b925376af) chore: add link to Regex101 ### 📊 Changes **1 file changed** (+10 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `semver.md` (+10 -2) </details> ### 📄 Description `\d` and capture groups aren't compatible with Bash. I added a compatible regex. I hope it will help. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 10:31:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/semver#2574