Skip to content
Snippets Groups Projects
Commit 481e6613 authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

Merge branch '2020.1.1' into 2020.1

parents 299964b9 0c1d0c04
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,8 @@ function StringUtils(){}
/**
* Searches and replaces all matches of a string within another string with a given replacement.
* This will not modifiy the original string but return a new string with the applied replacements.
* In the current version of the rhino-javascript-engine the String.prototype.replaceAll-function is not implemented, therefor it's necessary to have
* a separate function for this.
*
* @param {String} pPlainInputStr <p/>String where the matches of the searched word are replaced
* @param {String} pPlainSearchStr <p/>Value that is replaced in the pPlainInputStr; this has to be a plain string
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment