-
```
Hi Dale,
This is more a question about potential new features. How can I add
support for frames-based websites and extracting links from javascript
code? I have made two regular expressions but…
-
Once both https://github.com/tc39/proposal-regexp-set-notation AND #7 happen, we should export `javascript-v.txt`, a JavaScript-compatible regular expression pattern matching all the emoji in `index.t…
-
## Feature
![222](https://github.com/firasdib/Regex101/assets/28971568/f4cf3711-e0af-4dcc-8f6f-37782772f2b4)
Hello!
As shown in the above picture, those are my suggestions for improving the u…
-
### What type of issue is this?
Missing compatibility data
### What information was incorrect, unhelpful, or incomplete?
There is a compatibility entry for [these escapes](https://developer.mozilla…
-
Destination URLs should be able to take params from the current URL. For eg: if you are visiting a particular book on Amazon.com whose ISBN can be picked from the URL, the same ISBN can be passed on t…
-
Currently to use regular expressions in jq you must write the regex as a JSON string, using doubled backslashes for escapes in the regexp. This is naturally a recipe for leaning toothpick syndrome.
I…
-
**Describe the bug**
"abc".split("") get error array ["","a","b","c"]
**To Reproduce**
use j2clmavenplugin
```java
//in java MathUtil.java
package cn.util;
import jsinterop.annotation…
-
This issue is similar to #3741, but for the assembly view.
Once the initial version of the assembly view lands, the assembly view will only be able to show assembly code in a small number of cases. O…
-
[***Possibly related issue***](https://github.com/aponxi/sublime-better-coffeescript/issues/242)
### 1. Request
It would be nice, if Better CoffeeScript will highlight regular expressions.
### 2. …
-
Consider the following example:
const a = { b : {},
The current regex pattern for increase the indent does not match the line, so after pressing Enter at the end of the line, there is no indent…