FUNCTION::STR_REPLAC

Section: A collection of standard strin (3stap)
Updated: November 2022
Index Return to Main Contents
 

NAME

function::str_replace - str_replace Replaces all instances of a substring with another  

SYNOPSIS

    str_replace:string(prnt_str:string,srch_str:string,rplc_str:string)
 

ARGUMENTS

prnt_str

the string to search and replace in

srch_str

the substring which is used to search in prnt_str string

rplc_str

the substring which is used to replace srch_str
 

DESCRIPTION

This function returns the given string with substrings replaced.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 15:22:17 GMT, November 16, 2022