Top 1,000 Features Creators Events Podcasts Extensions Interviews Blog Explorer CSV

Regular Expression Syntax Sugar

< >
Example from 1 languages: JavaScript
console.log("Hello World".match(/\w/))
Example from 1 languages: Perl
print "Hello World" =~ /(\w)/;
Example from 1 languages: Ruby
puts "Hello World".match(/\w/)
Example from 1 languages: Elixir
~r/integer: \d+/
*

Languages with Regular Expression Syntax Sugar include JavaScript, Perl, Ruby, Elixir, CoffeeScript, 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.

View source

- Build the next great programming language About Resources Acknowledgements Part of the World Wide Scroll