CommonRegexRuby icon indicating copy to clipboard operation
CommonRegexRuby copied to clipboard

Find a lot of kinds of common information in a string. CommonRegex port for Ruby

Results 2 CommonRegexRuby issues
Sort by recently updated
recently updated
newest added

hi Talysson and the team Sorry to bother with this issue - hopefully, subj. PR able to fix

thank you for wonderful gem. come accross this error while scan the .md file: ``` echo 'at [https://github.com/learnbyexample] (https://github.com/learnbyexample)'|ruby -rcommonregex -wne 'puts CommonRegex.get_links($_)' https://github.com/learnbyexample https://github.com/learnbyexample ``` works fine. The same...