Hi All, Is there any way to remove some text from...
# general
g
Hi All, Is there any way to remove some text from my variable in freemarker? I need to remove the lines that contain the substring "art" in them. Refer below image for this. The complete text displayed inside item column is stored a variable. I am completely new to this and cannot figure out a workaround
j
Take a look through the Freemarker documentation. You can probably use something like
?replace
to achieve what you need. https://freemarker.apache.org/docs/ref_builtins_string.html#ref_builtin_replace