Regular expressions: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 6:
 
=={{header|Ada}}==
There is no Regular Expression library in the Ada Standard, so I am using one of the RElibraries libsprovided from theby gnat compiler/gcc.
<lang ada>with Ada.Text_IO; with Gnat.Regpat; use Ada.Text_IO;
 
Line 53:
 
Output:
<pre><I>
<I>
<love>
<PATTERN>
<matching>
I love pattern matching!</pre>
</pre>
 
=={{header|AppleScript}}==
Anonymous user