18 January 2026:
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
Letter case issue
Hi,
How to change Uppercase letters into lowercase letters.
WORLD = world
Pls help
How to change Uppercase letters into lowercase letters.
WORLD = world
Pls help
Comments
Sahi script is based upon Javascript. So in Sahi, you can use most of the predefined functions available in javascript.
To convert the uppercase string to lowercase, you may try something like this,
This would alert you with lowercase "hello".
Regards,
Theeran.