--- title: "To Eliminate Blank Spaces When Using Strings in a Line of Text" type: "article" slug: "to-eliminate-blank-spaces-when-using-strings-in-a-line-of-text" url: "http://localhost/article/to-eliminate-blank-spaces-when-using-strings-in-a-line-of-text/" markdown_url: "http://localhost/article/to-eliminate-blank-spaces-when-using-strings-in-a-line-of-text.md" published_at: "2022-01-23T21:08:20+00:00" modified_at: "2024-05-26T13:40:57+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Short code snippet to trim white space from end of string." category: - name: "Sinc-Link" slug: "sinc-link" taxonomy: "category" url: "http://localhost/category/periodicals/sinc-link/" post_tag: - name: "TS 1000" slug: "ts1000" taxonomy: "post_tag" url: "http://localhost/tag/ts1000/" - name: "TS 2068" slug: "ts2068" taxonomy: "post_tag" url: "http://localhost/tag/ts2068/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" model: - name: "Timex/Sinclair 1000" slug: "ts-1000" taxonomy: "model" url: "http://localhost/model/ts-1000/" - name: "Timex/Sinclair 2068" slug: "ts-2068" taxonomy: "model" url: "http://localhost/model/ts-2068/" publication_r: id: 10240 title: "Sinc-Link" type: "periodical" url: "http://localhost/periodical/sinc-link/" volume: "4" issue: "4" issues_articles: - id: 38196 title: "Sinc-Link v4 n4" type: "issue" url: "http://localhost/issue/sinc-link-v4-n4/" pages: "2" pubdate: "August/September 1986" archive_link: false --- # To Eliminate Blank Spaces When Using Strings in a Line of Text Short code snippet to trim white space from end of string.