-
**Issue by [tvoliter](https://github.com/tvoliter)**
_Friday May 25, 2012 at 16:20 GMT_
_Originally opened as https://github.com/adobe/brackets/pull/940_
----
- removed global flag since algorithm …
-
```
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…
-
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…
-
Currently:
``` js
rGen(/\x61/); // 'x61'
```
Note that `\x61` is a hexidecimal escape sequence for `a`, so the desired/expected behavior would be:
``` js
rGen(/\x61/); // 'a'
```
This would make `…
-
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…
-
### 👓 What did you see?
In [this expression](https://cucumber.github.io/cucumber-expressions/?advanced=1&expression=I%20run%20cucumber-js%20%5C%28installed%20locally%2Fglobally%5C%29&step=I%20r…
-
How can I set the spell checker to check only what is a static string or in the notes?
-
>Regular Expression Denial of Service
High severity
Vulnerable module: minimatch
Detailed paths
Introduced through: retirement@cfpb/retirement#ebcfc7198ec2a9d390ea7f884a931f25dffe1646 ›
gulp…
-
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…
-
The '$' key is frequently used in POSIX/Unix/GNU/Android/OSX terminals and shells (sh, bash, zsh, csh, tcsh, etc.), common programming languages (Perl, PHP, Javascript, etc.), and regular expressions …