Regular expressions: Difference between revisions

m
→‎{{header|ALGOL 68}}: Works With NewLine
m (→‎{{header|D}}: lang tag)
m (→‎{{header|ALGOL 68}}: Works With NewLine)
Line 48:
 
{{works with|ALGOL 68|Standard - But declaring ''book'' as '''flex'''[]'''flex'''[]'''string''' }}
 
{{works with|ALGOL 68G|Any - tested with release mk15-0.8b.fc9.i386}}
 
For example:<lang algol>
FORMAT pattern = $ddd" "c("cats","dogs")$;
Line 67 ⟶ 69:
Gives 101 dogs
</pre>
 
=={{header|AutoHotkey}}==
<lang AutoHotkey>