-
AS3 [`RegExp`](https://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/RegExp.html) uses the same syntax as ECMAScript 3, according to the [Developer's Guide](https://help.adobe.com/en_US/…
-
Hi,
@rainphp you broke the Compress plugin apparently, and I wanted it to have the ability to only compress if debug is false, so here is yours from a previous raintpl version with the debug thingy:
…
-
static build a mini openresty docker image
`Dockerfile`
```
FROM alpine AS build
RUN apk update && apk upgrade && apk add gcc g++ make wget perl pcre-dev openssl-dev zlib-dev
RUN OPENRESTY_VER…
-
Here's me tripping over another minor difference between ruby and crystal.
Given the code:
``` cr
# Octal \007 = \a in some contexts
tab_str = "MiscLabel"
new_str = "\e]1;%s\a" % tab_str
new_str =…
-
BPO | [25282](https://bugs.python.org/issue25282)
--- | :---
Nosy | @ezio-melotti, @bitdancer
*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the …
-
**Minimal .gitlab-ci.yml illustrating the issue**
```yml
build-fake:
stage: build
variables:
REGEX: '/^(\d+(\.\d+)*|latest)$/'
script:
- echo fake build
rules:
- if: $CI_C…
-
Regex `a([ -]?)a\\1a|b([ .-]?)b\\2b|c([ -]?)c\\3c|d([ -]?)d\\4d|e([ -]?)e\\5e|f([ -]?)f\\6f|g([ -]?)g\\7g|h([ -]?)h\\8h`
should match all following strings: "a a a", "b b b", "c c c", "d d d", "e e e…
-
## Bug Description
PCRE2 supports using backreferences inside lookbehinds as long as it can detect that they are fixed-length. For example, `(.)(?
-
## Code Generator Language
C++
### Code Snippet
```cpp
#include
#include
#include
#include
int main()
{
std::string sre = "Some people, when confronted with a problem, think "
…
-
See `:help pattern` in vim.