Regular expressions: Difference between revisions

m
→‎{{header|Web 68}}: removed head/tail redundant new lines,
m (→‎{{header|Web 68}}: removed head/tail redundant new lines,)
Line 1,457:
{{omit from|PARI/GP}}
=={{header|Web 68}}==
<lang web68>@1Introduction.
@1Introduction.
Web 68 has access to a regular expression module which can compile regular expressions,
use them for matching strings, and replace strings with the matched string.
Line 1,513 ⟶ 1,512:
ca -l mod rosettacoderegex.w68
That's it. The resulting binary will print
'String "string$" matches string "This is a string"'</lang>
</lang>
 
[[Category:Regular expressions]]