odomojuli

Results 8 comments of odomojuli

You can use `\` as an escape character for formatting Markdown. Example: \_italics_ vs _italics_

In order to merge this pull request, each regex pattern must refer to a source where the pattern can be verified.

> > In order to merge this pull request, each regex pattern must refer to a source where the pattern can be verified. > > I wrote the regexes myself...

You can edit `.csv` in VSCode, if you inspect the raw each line looks like: > ```Twitter,Username,"/(^|[^@\w])@(\w{1,15})\b/",https://stackoverflow.com/a/13398311``` I would recommend breaking up the most recent commit here into multiple lines....

the markdown table and csv are like completely pointless features for this project i used them because i was bored im going to remove or make it optional at least...

yes! thank you, and i appreciate the nudge for support. im glad you said something!

Sorry to make such drastic changes. I appreciate your input. I simplified the structure of the repository to just a markdown file. It is much simpler to make additions and...

New Github token format added. https://github.com/odomojuli/RegExAPI/commit/1882025695d4416d6e89d6b1ef2958567d5b2be9 Implementation follows mostly from: https://github.blog/2021-04-05-behind-githubs-new-authentication-token-formats/ The snippet about entropy details format: ``` Math.log(((“a”..“z”).to_a + (“A”..“Z”).to_a + (0..9).to_a).length)/Math.log(2) * 30 = 178 ``` 30 characters,...