cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Try the Materials Informatics Toolkit, which is designed to easily handle SMILES data. This and other helpful add-ins are available in the JMP® Marketplace
Choose Language Hide Translation Bar
lala
Level VIII

怎样用正则代替换行符?

如何用脚本代替换行符?

 

感谢!

2 REPLIES 2
lala
Level VIII

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

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

txt

 

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

txnelson
Super User

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

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

Jim