Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
RegEx.ReleaseAll
Frees all regular expression objects.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
RegEx | 13.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "RegEx.ReleaseAll" )
Parameters
none
Result
Returns OK or error.
Description
Frees all regular expression objects.Be aware that on a server this may free objects, which are used by other scripts running in parallel!
Examples
Cleanup:
Set Variable [ $r ; Value: MBS( "RegEx.ReleaseAll" ) ]
See also
Release notes
- Version 13.2
- Added RegEx.Release and RegEx.ReleaseAll functions.
Blog Entries
This function is free to use.
Created 26th April 2023, last changed 27th August 2023