BIS_fnc_filterString
Jump to navigation
Jump to search
Description
- Description:
- Removes characters from a string based on the list of allowed characters.
- Execution:
- call
- Groups:
- Strings
Syntax
- Syntax:
- [text, allowedChars] call BIS_fnc_filterString
- Parameters:
- text:: String - text to filter
- allowedChars: String - (Optional, default a..z, A..Z, 0..9, "_") allowed characters
- Return Value:
- String - filtered text with only the allowed characters supplied in the filter.
Examples
- Example 1:
- Example 2:
Additional Information
- See also:
- find BIS_fnc_inString splitString joinString
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