regexReplace
Jump to navigation
Jump to search
Description
- Description:
- Searches given haystack with given pattern and replaces all matches with given replaceString.
- Groups:
- Strings - Regular Expression
Syntax
- Syntax:
- haystack regexReplace [pattern, replace string]
- Parameters:
- haystack: String
- pattern: String - Format regex pattern
- replaceString: String - Reference
- Return Value:
- String - Modified text
Examples
- Example 1:
- "wookie boOkie cookie" regexReplace [".oo/gio", "[$']"]; // "[kie boOkie cookie]kie [kie cookie]kie [kie]kie"
- Example 2:
- Example 3:
- Example 4:
- Example 5:
Additional Information
- See also:
- regexMatch regexFind
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note