StringOperations

Content Type: Module
Categories:

Overview

A module which contains some Java action like palindrome check, swapping string, reverse a string and replace one word into another word.

Documentation

FOR PLATFORM-SUPPORTED CONTENT

Mendix Studio: above 9.1.1 version


Description

A module which contains some Java action like palindrome check, swapping string, reverse a string and replace one word with another word.


Typical usage scenario

If you are developing an application that allows users to perform various manipulations on input text like string swapping, replace a word with another word swapping a

string and reverse a string etc then you can import this module and use these java actions.


Features and limitations

Palindrome: In the palindrome check module, users input a word or phrase, and the system validates and processes the input to determine if it reads the same forward and backward. The result of the palindrome check is then provided to the user.

String Swapping: If the user selects this option, they can specify two indices in the input sentence where they want to swap the characters. The java action performs the swap and presents the modified sentence.

Word Replacement: Choosing this option allows the user to provide a target word and the word they want to replace it with. The module scans the input sentence and replaces all occurrences of the target word with the replacement word, displaying the updated sentence.

String Reverse: The user can choose to reverse the entire input sentence. The java action will display the reversed sentence.


Dependencies [optional]

  • Requires Mendix 9.1.1 or above


Installation [optional]

1.    Download the package from marketplace.

2.    Import the module package into your project.

3.   Configure security of application by providing access for respective module roles. 

4.    Call the JavaAction.


Configuration [optional]

[Describe the necessary steps to configure the content]



Known bugs [optional]

[Describe the known bugs]



Frequently Asked Questions [optional]

  • Q:
  • A:


 


 

Releases

Version: 1.0.0
Framework Version: 9.1.1
Release Notes: Initial release