-
We should support the symbol `-` in our references. For example,
> [§[dcl.spec.auto]¶general-example-4](https://timsong-cpp.github.io/cppwp/std23/dcl.spec.auto#general-example-4)
should not be r…
tocic updated
1 month ago
-
### Feature request description
Using `digest` in the oci transport currently does not work (`podman pull oci:/tmp/local/alpine@sha256:3d426b0bfc361d6e8303f51459f17782b219dece42a1c7fe463b6014b189c8…
-
I am recreating my comments on PR #23 in an issue, to give the discussion better visibility and not mingle it with the rest of the PR.
## Regex greedy matching
I am not sure if the regex has to ha…
-
I wanted to search all lines that started with something ("foo"), I wrote this in Ruby:
```ruby
string = "foo bar\nfoo baz"
p string.scan(/^foo/) # => ["foo", "foo"]
```
But in Crystal the a…
-
For over 10 years, people have asked whether this project will be open sourced. And for over 10 years, @firasdib kept saying, he might consider it (https://github.com/firasdib/Regex101/issues/77#issue…
-
The version number of the _TEI Guidelines_ is (at least nowadays) stored in ./p5.xml at /TEI/teiHeader/fileDesc/editionStmt/edition/ref[2]. The value therein is copied from ./VERSION.
The current c…
sydb updated
4 months ago
-
I'm trying to parse some logs in the `logfmt` format using the KV processor, example log line below:
```
time="2018-07-04T09:36:25Z" level=info msg="Schedule is not due, skipping" logSource="pkg/c…
Evesy updated
2 years ago
-
**Is your feature request related to a problem? Please describe.**
I'm trying to match a bash prompt like `user@host:~$` but special characters like `:` and `~` and `$` don't seem to work in the `e…
-
**What happened**:
The documentation mentions the following text:
> When pathType is configured as Exact or Prefix, there should be a more strict validation, allowing only paths starting with "/…
-
`\w(?R)*\w` and `\w(?R)?\w` for "grtgt" returns "gr" and "tg".
They should find "grtg" as with "regex" for Python and JavaScript (with repeating regex many times instead of `(?R)`).
Additionally: …