For bug reports and questions, please use the in-app chat or support@mabl.com.
As a Quality Engineer, I want to an option for String Manipulation [get substring, concatenate(between two variables), replace/strip/remove string(from left or right), etc.] of a value in a variable so that I can have options to manipulate strings as needed depending on what is required in my scripting
You can perform all the string manipulation using javascript in mabl.
Variables can be accessed by mablInputs.Variables.User.variable name. You can perform all manipulations and save them to new variable to be used in subsequent steps/ or as per your need