2 lines
95 B
Text
2 lines
95 B
Text
regexp(`GNUs not Unix', `\<[a-z]\w+')
|
|
regexp(`GNUs not Unix', `\<[a-z]\(\w+\)', `a \& b \1 c')
|