Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split the name using comma is not working #278

Open
Nandakumar333 opened this issue Jun 8, 2023 · 1 comment
Open

Split the name using comma is not working #278

Nandakumar333 opened this issue Jun 8, 2023 · 1 comment

Comments

@Nandakumar333
Copy link

Hi Team,

I want to spit name using "," then need to update FirstName and LastName. But if I tried with comma it's not working. Can you give me the solution for this scenario.
image

@Courela
Copy link
Contributor

Courela commented Jun 8, 2023

Comma is a reserved character, you need to escape it or use #constant_comma function

#lastindexof(#valueof($.name),#constant_comma())

or

#lastindexof(#valueof($.name),/,)

PS: don't paste images, place text instead, it's easier to copy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants