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