Platforms to show: All Mac Windows Linux Cross-Platform

StringANDMBS(a as string,b as string) as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
global method String MBS Util Plugin 3.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Applies a binary AND on the bytes from the both strings.

If a is "" or memory is low, the result is "".
If b is shorter as a the b string is used several times.
The function is optimized for several cases, e.g. the case where b is only one, two or four bytes long.
Returns a string with binary encoding. Before using this function, make sure both strings have the same encoding.
Added Linux support in v5.1.

Some examples using this global method:

The items on this page are in the following plugins: MBS Util Plugin.


The biggest plugin in space...