CHANGESTR.REX: Difference between revisions

m
moved a category to TOF.
m (added an internal (routine) version.)
m (moved a category to TOF.)
 
(2 intermediate revisions by 2 users not shown)
Line 1:
[[Category:REXX_library_routines]]
==the CHANGESTR function==
 
== the CHANGESTR function ==
This a RYO version of the REXX function &nbsp; '''changestr''' &nbsp; (<u>change</u> <u>str</u>ing).
 
It is included in some of the more modern Classic REXXes, but older versions of
<br>Classic REXX don't have this function as a &nbsp; BIF &nbsp; (<u>bB</u>uilt-<u>iI</u>n-<u>fF</u>unction).
 
 
Line 71 ⟶ 73:
return f || $ || h /* support three options. */</lang>
 
=== the CHANGESTR (internal) procedure source ===
The following CHANGESTR program can be coded as is when the intention is to be an internal routine (function).