Regular expressions: Difference between revisions

Content added Content deleted
m (→‎{{header|D}}: lang tag)
m (→‎{{header|ALGOL 68}}: Works With NewLine)
Line 48: Line 48:


{{works with|ALGOL 68|Standard - But declaring ''book'' as '''flex'''[]'''flex'''[]'''string''' }}
{{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}}
{{works with|ALGOL 68G|Any - tested with release mk15-0.8b.fc9.i386}}

For example:<lang algol>
For example:<lang algol>
FORMAT pattern = $ddd" "c("cats","dogs")$;
FORMAT pattern = $ddd" "c("cats","dogs")$;
Line 67: Line 69:
Gives 101 dogs
Gives 101 dogs
</pre>
</pre>

=={{header|AutoHotkey}}==
=={{header|AutoHotkey}}==
<lang AutoHotkey>
<lang AutoHotkey>