Regular expressions: Difference between revisions

m
Line 47:
But it can also be used for outputting (and transputting) the original data.
 
{{works with|ALGOL 68|Standard - But declaring ''book'' as '''flex'''[][]'''flex'''[]'''charstring''' }}
{{works with|ALGOL 68G|Any - tested with release mk15-0.8b.fc9.i386}}
For example:<lang algol>
Line 67:
Gives 101 dogs
</pre>
 
=={{header|C}}==
{{works with|POSIX}}