-
-
Probably purely a code style issue, but some regular expressions use constructs like `(?=...)?` which is valid in JavaScript but don't make sense and only complicate expressions. Here's a list of all …
-
http://hexo.io/docs/helpers.html#is_post
I believe `is_post()` should return true only if we are at a page rendered from `source`.
But if we set
``` yaml
permalink: :title/
```
then the regex in…
-
To better show how comitters can be guided to solving rejection reason
-
I think this expression - http://jex.im/regulex/#!embed=false&flags=&re=%5Ea%7Cb%24
and this expression - http://jex.im/regulex/#!embed=false&flags=&re=%5E(a%7Cb)%24
should look the same, except of 'g…
-
Hopefully i didn't miss something but i'm trying to match my "keyword" in the pull request comment to trigger a job. I want to be able to match my "keyword" and ignore spaces before and after.
Filte…
-
pattern using character ranges in square brackets when using Internet Explorer causes "unterminated character class" error. Same pattern does not error in Chrome. [0-4]
![regulex-ie-error](https://c…
-
Could you compile all source files into single (or maybe two: one parse and second into visualize) bundle, please? Then I can include your regulex visualizer into my d3-panel https://github.com/bahmut…
-
Requiring a user to hit "Visualize" is cumbersome - why not update the visualization whenever the regex is changed?
-
If I want to match a backslash in a string,I use `str.match(/\\/)` but the Visualizer parses it incorrectly.
![233209](https://cloud.githubusercontent.com/assets/7029374/5282926/33914216-7b45-11e4-81…
Lin-H updated
10 years ago