PPWIZARD is a free preprocessor for HTML, REXX, Visual Basic or any text files.
[Bottom][Contents][Search][Prev]: ReplaceString()[Next]: RexxVarDefined()
\ -> Rexx -> Inbuilt PPWIZARD Functions -> ReplaceStringCI()

ReplaceStringCI()

This is an inbuilt function function provided by PPWIZARD.

This function will convert all occurances of a substring as you specify.

The function takes 3 parameters as follows:

  1. The string which is to be translated.

  2. The FROM string.

  3. The TO string.

When this routine returns the rexx variable ReplaceCount will have been incremented by the number of replacements made.

This routine is very similar to the ReplaceString() except that it is case insensitive and that the "TO" string may contain one or more "{*}" strings which will get replaced with the "FROM" string.


email me  any feedback, additional information or corrections.
See this page online (look for updates)

[Top][Contents][Search][Prev]: ReplaceString()[Next]: RexxVarDefined()


PPWIZARD Manual
My whole website and this manual itself was developed using PPWIZARD (free preprocessor written by Dennis Bareis)
Saturday May 28 2022 at 2:55pm