String Comparator
Compares 2 strings with certain comparator.
Inputs
- A: First string.
- Comparator: The comparator to use.
- Equals
- Not Equals
- B: Second string.
Outputs
- Out: The boolean result whether it matches the comparator condition or not.
Compares 2 strings with certain comparator.
Inputs
Outputs