-
suoto updated
4 years ago
-
I do a lot of work with content that contains forward slashes, so I author my regexes to use other delimiter characters, such as '!' or '#':
m!some_pattern!
s#foo#bar#
When I copy my regexes in…
-
### How could the content be improved?
Hi, I am teaching this lesson for the first time next month and i want to make sure I am not missing someone in this section: Taking spaces into consideration…
-
Trying to form Unicode hex ranges in a regular expression causes a `LoadError`:
```julia
julia> r"[\x{00A0}-\x{10FFFD}]"
```
yields
```
ERROR: LoadError: PCRE compilation error: range out of ord…
-
## Bug Description
Golang added ```(?re) ``` syntax entitled "named & numbered capturing group (submatch)" in go1.22. This syntax is not supported and produces the error, "? The preceding token is…
-
Discussion here: https://returntocorp.slack.com/archives/C01NXGX2EHZ/p1635369528059100
-
## Bug Description
### Reproduction steps
PHP >= 7.3
put regex:
```
a[–]b
```
for text:
```
a–b
```
### Expected Outcome
No match.
Only when selecting the "u" flag it should…
-
A lot of rust projects use Criterion which overrides `cargo bench`, that may output something different, would this project work with that?
What does the output need to look like?
For e.g im usi…
-
Es wäre sehr hilfreich, zusätzlich zur Kurzbeschreibung bei Personen ein **custom field** (oder mehrere - bspw. Mitarbeiterinfo 1, 2, 3) für den post_type=person zu haben, der in Listenansichten in de…
-
_TL;DR: So, to summarize, in Windows(10) Poppler needs to be installed for PDFs to work.
A verbose switch would be nice. And especially for the file_content filter the option to output the extracted …