Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
regex.rb
#Title of this code #ruby 2.1.2p95 # Extract date from string REGEX = /(?<d>[0-9]{2})\ (?<m>[0-9]{2})\ (?<y>[0-9]{4})/ "Just some date: 26 02 2015." =~ REGEX puts $~
run
|
edit
|
history
|
help
0
IS_IP?
variables 1
Division Function without / or * signs
Hex Color Reader (Ruby)
Arithmetic Operations, Function Calls, Recursion and more in Ruby
Ruby Inheritence
MY CODE
Adiel Vasquez
Calculator
soncita