console.log("Hello World".match(/\w/))
print "Hello World" =~ /(\w)/;
puts "Hello World".match(/\w/)
~r/integer: \d+/
Languages with Regular Expression Syntax Sugar include JavaScript, Perl, Ruby, CoffeeScript, Elixir, Dart, MIPS architecture, JS++, Goal
Languages without Regular Expression Syntax Sugar include C, Python, C3, progsbase, Jule, Speedie
View all concepts with or missing a hasRegularExpressionsSyntaxSugar measurement
Read more about Regular Expression Syntax Sugar on the web: 1.