on 2024 Apr 02 1:29 PM
Please help how to extract the highlighted value and put it in another property using substring ?
I am not getting required value , please let me know the sytax to be used for substring
Thanks in advance
Jeevitha
Request clarification before answering.
Because length of variable is not fixed, try something like this
replace(${property.ID}, '_([0-9].*).*~.*$', '$1')
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
53 | |
8 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.