-
From @SteveGilvarry:
> We probably need to drop the v on our version number, so that is less of an issue.
Your example is correct, but not what git describe, which creates VERSION, would return wh…
-
Please add donation info in your README.md file.
I am aware that there is a "donation" button in regex101.com. But Is is not a link. It is a drop down menu with two sub links.
My intention is to…
buhtz updated
8 months ago
-
It does not have support for new gTLDs I think
Also "email regex bad"
https://github.com/ffgraz/manman/blob/funkfeuer/app/models/person.rb#L14
-
Найти регулярное выражение для валидации домена.
-
I'm facing one issue with multi-line regex. It is working fine when I tested in https://regex101.com but not working as expected when the rule is executed.
**Requirement** : I want to find all th…
-
## Flavor Request
- [`sed`](https://www.gnu.org/software/sed/)
- [`grep`](https://www.gnu.org/software/grep/)
- [`awk`](https://www.gnu.org/software/gawk/)
- - -
No, they're not essential, and …
-
```md
a) test case. b) test case. c) test case.
a. test case. b. test case. c. test case.
1) test case. 2) test case. 3) test case.
(a) test case. (b) test case. (c) test case.
(i) test case. (ii…
-
Copied from dead upstream: https://github.com/bohnman/package-info-maven-plugin/issues/10
The default `inlineReplacePattern` is `(\s*//\s*\s*)(.*?)(\s*//\s*\s*)`, which matches only single lines. T…
-
net-contour get's into a weird state when I try to create a service with a single character name
```
kn service create a --image gcr.io/knative-samples/helloworld-go --env TARGET=A
```
The log…
-
CodeMirror does not appear to adapt well when the number of TextMarkers is over 50.
To replicate, simply set the regex to something short, like `.`. This will mean every character is a match. It's …