cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
lala
Level IX

How is this regular expression replacement implemented

The regular expressions of EmEditor

","(?=[^\[\]]*\])

to

&

How to modify JSL

",":["11000278031.胡剑","11000259239.胡慧","11000426432.叶子","11000445039.张大为","11000469637.詹浏洋","11000480631.李书颖"],","

to

",":["11000278031.胡剑&11000259239.胡慧&11000426432.叶子&11000445039.张大为&11000469637.詹浏洋&11000480631.李书颖"],","
12 REPLIES 12
lala
Level IX

Re: How is this regular expression replacement implemented

I never noticed this option.

This way, it's simple.

Thanks Experts!

2025-12-29_19-20-05.png

lala
Level IX

Re: How is this regular expression replacement implemented

Can the “stacked / unstacked” option on this interface be added or controlled via JSL? That way, this kind of manual interface operation would not be necessary.

d1=jsontodatatable(tx,??);

Thanks Experts!

jthi
Super User

Re: How is this regular expression replacement implemented

Recommended Articles