web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

How to remove spaces for a string in liquid Script D365 ?

(0) ShareShare
ReportReport
Posted on by 217

Hi All,

I have var data = " so much for activities"

now i want it as data="somuchforactivities"  

 i have tried binding data = {{ name | strip}} but it  removes the spaces for before and after not in between ?

can anyone help me out of this?

Thanks in Advance

Sainath

*This post is locked for comments

I have the same question (0)
  • Verified answer
    Sainath Pillanagrovi Profile Picture
    217 on at
    RE: How to remove spaces for a string in liquid Script D365 ?

    Hi levin,

    I haven't tried the above one i think it will work but i have got it replace keyword  

    {% assign word =""this is a run of text" | replace: " ","" %}

    {{word}}  // thisisaruntext

  • Suggested answer
    Aric Levin - MVP Profile Picture
    30,188 Moderator on at
    RE: How to remove spaces for a string in liquid Script D365 ?

    Haven't tried this, but it might work:

    {% assign words = "This is a run of text" | split: " " %}

    {{ words | join: "" }}

    This should return Thisisarunoftext

    Hope this helps.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Andrés Arias – Community Spotlight

We are honored to recognize Andrés Arias as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
Community Member Profile Picture

Community Member 2

#2
Christoph Pock Profile Picture

Christoph Pock 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans