text-wildcard
Service icon

Equals Wildcard

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 21 June 2023
 by 
4.0
 (1 rating)
text-wildcard

Equals Wildcard

Documentation
1.0.0

Description

The Equals Wildcard component provides a powerful method, EqualsWildcard, for performing string matching operations using wildcard patterns. This utility function enables advanced text comparison and pattern matching, allowing developers to compare strings with support for single and multiple character wildcards.


Features

  • String matching with support for wildcard patterns.
  • Customizable wildcards for more flexible matching.
  • Handles cases with single and multiple wildcards.
  • Supports text comparison with optional case sensitivity.
  • Useful for scenarios requiring advanced string matching and pattern recognition.


Installation

  1. Download the Equals Wildcard component from the OutSystems Forge.
  2. Import the component into your OutSystems environment.
  3. Add the EqualsWildcard_Lib dependency to your module.


How to Use

  1. In your module, reference the EqualsWildcard component.
  2. Call the EqualsWildcard method, providing the input string, wildcard pattern, and optional wildcards for single and multiple characters.
  3. The method returns a boolean value indicating whether the text matches the wildcard pattern.