-
```
$ git clone https://github.com/VerbalExpressions/FSharpVerbalExpressions.git
Cloning into 'FSharpVerbalExpressions'...
remote: Counting objects: 2498, done.
remote: Total 2498 (delta 0), reuse…
-
As I did on JS implementation, I recreate the issue there to discuss about "multiple" function.
Some implementation return the given value with "+", other give "{2,}"
To my side, for Go, I developpe…
-
Would I be alone in thinking that having a unified, language-agnostic test suite would be beneficial?
I've recently been thinking over the issue of unit tests for the different implementations (mostl…
-
How can JavaVerbalExpressions build a simple regex like this: [\d,]+
```java
VerbalExpression.regex().anyOf("0123456789,").oneOrMore().build()
```
It 's too ugly! How about this one: [a-k\s\d,…
-
We have a `CharMatcher` but its capabilities are limited. I would like to have the ability to match more complex strings. Examples:
- Strings starting with three letters and ending with a digit (e.…
-
Hi, I found similar problem has been discussed in #8 and #16.
I'm fairly new to JS so please enlighten me if what am I reporting is a duplicate and why.
I have this `test.js`
```
window.locat…
-
From using:
```
VerEx().startOfLine().then("aaa").or("bbb").endOfLine()
```
I'd expect it to compile to something like:
```
/^(aaa|bbb)$/
```
...but since `endOfLine` [discards existing …
jehna updated
3 years ago
-
Following up on go-oleg's comment on issue #17: I tried adding his suggestion to add names to capture groups. I've got something working but wanted to run my ideas past others first. Please note tha…
-
接下来几乎无法把电脑再拿出来,光明正大的,利用大部分晚上时间来写写画画了。可以重新读读 linux bible 一书,把重点用讯飞语音输入法,写到 issues 里,后面再处理吧。不更新,不代表没有进度,可能使用好 issues 可以更快的提高速度呢。加油。!!!
-
@vbfox created the following statement
"1524 projects have files that are either paket or it's bootstrapper in standard positions https://docs.google.com/spreadsheets/d/19Th3rRWBIoFxlBpbuDQ9QSd7tl…
forki updated
6 years ago