-
Updated
Aug 15, 2019 - TypeScript
regular-expression
Here are 818 public repositories matching this topic...
-
Updated
May 5, 2020
-
Updated
Jul 10, 2020 - C++
-
Updated
Oct 28, 2018 - PHP
-
Updated
Apr 6, 2020 - JavaScript
-
Updated
May 22, 2020 - C++
-
Updated
Jul 10, 2020
-
Updated
Apr 10, 2020 - JavaScript
-
Updated
Apr 17, 2020 - Rust
-
Updated
Jun 26, 2020 - PHP
-
Updated
Jun 15, 2020 - Swift
-
Updated
Nov 12, 2019 - Go
Recently I was working with another dev on some performance issues. At one point, i took the dbv++ output, pasted it into a blank email (to get the spacing formatted), then took that and pasted it into Excel. I then added a column for Elapsed time (this step) and added a formula to calculate for each line how much time had elapsed since the last log entry. A simple process, but kind of cumbersome.
After the release of Ruby 2.4.1, some blog posts about the absent operator were written, and they caused some discussions.
Blog posts:
- The New ‘Absent Operator’ in Ruby’s Regular Expressions – Ruby Inside – Medium
- [Ruby 2.4.1新機能: Onigmo正規表現の非包含演算子(?~ )をチェック](https://techracho.b
-
Updated
Jun 17, 2020
When hitting "Send Regex To Console" in the Output tab, the console shows something like the following:
pattern <- "\w+ " # perl=TRUE
replacement <- "NO "
Wouldn't be better to integrate the parameters into the actual function used? In this case, it could translate into:
sub(pattern = "\w+",
replacement = "NO ",
x = readr::read_file("LICENSE"),
perl
Retire str_c()
In favour of paste0()
-
Updated
Sep 6, 2018 - Ruby
-
Updated
Jan 24, 2018 - JavaScript
-
Updated
May 2, 2020 - JavaScript
-
Updated
Aug 6, 2019 - Go
Would it be possible to have the regex parser support character classes like \w within other character classes? I had a regex pattern earlier that used the character class [0-9a-zA-Z_\.-], and I attempted to simplify it with [\w\.\-]. I didn't notice this library doesn't support doing that, and was wondering just how difficult that would be to implement. For the time being i'm just expanding
-
Updated
Apr 7, 2019 - Swift
-
Updated
Jul 2, 2019 - Java
https://github.com/VerbalExpressions/JSVerbalExpressions
Perhaps add a section to your readme clarifying how your lib is better than similar existing projects.
-
Updated
Oct 1, 2019 - JavaScript
Improve this page
Add a description, image, and links to the regular-expression topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the regular-expression topic, visit your repo's landing page and select "manage topics."
Please describe the minimum necessary steps to reproduce this issue:
The example given in README for API
someis not working as intended.Link to example in REPL