Docs Menu
API Developer Guide / middleware / pub / io / replace

Service: replace

This service will replace the content of the string

Input Parameter:

Name Type Description
text: String Main string
searchString: String String value to be searched
replacement: String String value to be replaced
max: String Number of occurrences to be replaced
ignoreCase: String Ignore the case

Output Parameter:

Name Type Description
value: String Output String