RosettaCodeData/Task/Regular-expressions/M4/regular-expressions.m4
2023-07-01 13:44:08 -04:00

2 lines
95 B
Text

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