RosettaCodeData/Task/Regular-expressions/M4/regular-expressions.m4

3 lines
95 B
Text
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
regexp(`GNUs not Unix', `\<[a-z]\w+')
regexp(`GNUs not Unix', `\<[a-z]\(\w+\)', `a \& b \1 c')