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

3 lines
95 B
Plaintext

regexp(`GNUs not Unix', `\<[a-z]\w+')
regexp(`GNUs not Unix', `\<[a-z]\(\w+\)', `a \& b \1 c')