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

3 lines
95 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
regexp(`GNUs not Unix', `\<[a-z]\w+')
regexp(`GNUs not Unix', `\<[a-z]\(\w+\)', `a \& b \1 c')