Regular expressions: Difference between revisions

m
→‎{{header|REXX}}: remformatted the comments. -- ~~~~
(Added BBC BASIC)
m (→‎{{header|REXX}}: remformatted the comments. -- ~~~~)
Line 1,227:
=={{header|REXX}}==
 
Rexx does not directly support the use of regular expressions as part of the language. However, some rexx interpreters offer support for regular expressions via external function libraries or through implementation specific extensions. It is also possible to emulate regular expressions through appropriate coding techniques.
<br>However, some rexx interpreters offer support for regular expressions via external function libraries or
 
<br>through implementation specific extensions.
 
<br><br>It is also possible to emulate regular expressions through appropriate coding techniques.
 
=={{header|Ruby}}==