其他分享
首页 > 其他分享> > REPLACE

REPLACE

作者:互联网

*DATA(text) = `aaa123bbb456ccc789`.
**cl_demo_input=>request( CHANGING field =  text ).
*
*SPLIT condense( replace( val   = text
*                         regex = `\D`
*                         with  = ` `
*                         occ = 0 ) ) AT ` ` INTO TABLE DATA(itab1).
*cl_demo_output=>display( itab ).

标签:cl,demo,replace,text,CHANGING,REPLACE,DATA
来源: https://www.cnblogs.com/mingdashu/p/14821791.html