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

怎样用正则代替换行符?

如何用脚本代替换行符?

 

感谢!

2 REPLIES 2
lala
Level IX

回复: 怎样用正则代替换行符?

</dl>
<dl class="bbda cl">

txt

 

txt = Regex( txt, "\n", "" );

txnelson
Super User

回复: 怎样用正则代替换行符?

JMP's escape character sequence is "\!n" not "\n".   

Jim

Recommended Articles