===========================
Let>TrimmedStr={ niroj thbs }
RegEx>\s+$,%TrimmedStr%,0,matchArr,TotMatches,1,,TrimmedStr
RegEx>^\s+,%TrimmedStr%,0,matchArr,TotMatches,1,,TrimmedStr
MessageModal>"%TrimmedStr%"
The above code is throwing an error.."Unknow Identifier Niroj"
Now check the code:
================
Let>TrimmedStr= { niroj thbs }
RegEx>\s+$,%TrimmedStr%,0,matchArr,TotMatches,1,,TrimmedStr
RegEx>^\s+,%TrimmedStr%,0,matchArr,TotMatches,1,,TrimmedStr
MessageModal>"%TrimmedStr%"
Showing proper result "{ niroj thbs }"
BUG:


======
Is it a valid BUG?
While assgning TrimmedStr if no space is given after "=" then RegEx is failing....
Please have a look...
Thanks.