-
Updated
Aug 15, 2019 - TypeScript
regular-expression
Here are 1,043 public repositories matching this topic...
-
Updated
Jan 7, 2021
-
Updated
Jul 22, 2021 - Rust
-
Updated
Jun 12, 2021 - C++
-
Updated
Jul 24, 2021 - C++
-
Updated
Apr 15, 2021 - JavaScript
-
Updated
Oct 28, 2018 - PHP
-
Updated
Feb 18, 2021 - JavaScript
-
Updated
Jul 22, 2021
-
Updated
Mar 2, 2021 - JavaScript
-
Updated
Jul 1, 2021
-
Updated
Jun 24, 2021 - PHP
-
Updated
Nov 12, 2019 - Go
-
Updated
Jul 13, 2021 - Swift
-
Updated
Jul 13, 2021 - Java
-
Updated
Feb 4, 2021 - C
-
Updated
May 29, 2021 - R
-
Updated
Jun 14, 2021 - JavaScript
-
Updated
Jul 16, 2021 - Go
-
Updated
Jan 24, 2018 - JavaScript
-
Updated
Sep 6, 2018 - Ruby
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 28, 2021 - Java
-
Updated
Apr 7, 2019 - Swift
-
Updated
May 14, 2021 - 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."
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.