<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Programming &amp; Software Q&amp;A | CollectiveSolver - Recent questions tagged pascal-string</title>
<link>https://collectivesolver.com/tag/pascal-string</link>
<description>Powered by Question2Answer</description>
<item>
<title>How to get the word before the last word from a string (edge‑case‑safe) in Pascal</title>
<link>https://collectivesolver.com/95445/how-to-get-the-word-before-the-last-word-from-a-string-edge-case-safe-in-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/95445/how-to-get-the-word-before-the-last-word-from-a-string-edge-case-safe-in-pascal</guid>
<pubDate>Sun, 29 Mar 2026 06:32:53 +0000</pubDate>
</item>
<item>
<title>How to get the last word of a string in Pascal</title>
<link>https://collectivesolver.com/95418/how-to-get-the-last-word-of-a-string-in-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/95418/how-to-get-the-last-word-of-a-string-in-pascal</guid>
<pubDate>Fri, 27 Mar 2026 16:53:14 +0000</pubDate>
</item>
<item>
<title>How to find the longest word in a string with Pascal</title>
<link>https://collectivesolver.com/94655/how-to-find-the-longest-word-in-a-string-with-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/94655/how-to-find-the-longest-word-in-a-string-with-pascal</guid>
<pubDate>Mon, 02 Mar 2026 20:45:30 +0000</pubDate>
</item>
<item>
<title>How to get all the substrings with exactly k distinct characters from a given string in Pascal</title>
<link>https://collectivesolver.com/91614/how-to-get-all-the-substrings-with-exactly-k-distinct-characters-from-a-given-string-in-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/91614/how-to-get-all-the-substrings-with-exactly-k-distinct-characters-from-a-given-string-in-pascal</guid>
<pubDate>Fri, 14 Nov 2025 11:39:37 +0000</pubDate>
</item>
<item>
<title>How to write a recursive function to generate all permutations of a string in Pascal</title>
<link>https://collectivesolver.com/91324/how-to-write-a-recursive-function-to-generate-all-permutations-of-a-string-in-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/91324/how-to-write-a-recursive-function-to-generate-all-permutations-of-a-string-in-pascal</guid>
<pubDate>Tue, 04 Nov 2025 20:23:30 +0000</pubDate>
</item>
<item>
<title>How to count words in a string with Pascal</title>
<link>https://collectivesolver.com/91232/how-to-count-words-in-a-string-with-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/91232/how-to-count-words-in-a-string-with-pascal</guid>
<pubDate>Sun, 02 Nov 2025 04:54:06 +0000</pubDate>
</item>
<item>
<title>How to check whether a string can be segmented into a sequence of words from a dictionary in Pascal</title>
<link>https://collectivesolver.com/90370/how-to-check-whether-a-string-can-be-segmented-into-a-sequence-of-words-from-a-dictionary-in-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/90370/how-to-check-whether-a-string-can-be-segmented-into-a-sequence-of-words-from-a-dictionary-in-pascal</guid>
<pubDate>Sat, 27 Sep 2025 19:00:59 +0000</pubDate>
</item>
<item>
<title>How to reverse a word in a string with Pascal</title>
<link>https://collectivesolver.com/90338/how-to-reverse-a-word-in-a-string-with-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/90338/how-to-reverse-a-word-in-a-string-with-pascal</guid>
<pubDate>Fri, 26 Sep 2025 06:43:00 +0000</pubDate>
</item>
<item>
<title>How to remove the first word from string in Pascal</title>
<link>https://collectivesolver.com/90315/how-to-remove-the-first-word-from-string-in-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/90315/how-to-remove-the-first-word-from-string-in-pascal</guid>
<pubDate>Thu, 25 Sep 2025 05:25:07 +0000</pubDate>
</item>
<item>
<title>How to remove the last word from a string in Pascal</title>
<link>https://collectivesolver.com/90309/how-to-remove-the-last-word-from-a-string-in-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/90309/how-to-remove-the-last-word-from-a-string-in-pascal</guid>
<pubDate>Wed, 24 Sep 2025 19:41:48 +0000</pubDate>
</item>
<item>
<title>How to reverse each word in a string with Pascal</title>
<link>https://collectivesolver.com/90299/how-to-reverse-each-word-in-a-string-with-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/90299/how-to-reverse-each-word-in-a-string-with-pascal</guid>
<pubDate>Wed, 24 Sep 2025 07:06:45 +0000</pubDate>
</item>
<item>
<title>How to check if two given words are present in a string in Pascal</title>
<link>https://collectivesolver.com/90069/how-to-check-if-two-given-words-are-present-in-a-string-in-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/90069/how-to-check-if-two-given-words-are-present-in-a-string-in-pascal</guid>
<pubDate>Fri, 12 Sep 2025 15:35:13 +0000</pubDate>
</item>
<item>
<title>How to extract a float from a string in Pascal</title>
<link>https://collectivesolver.com/88772/how-to-extract-a-float-from-a-string-in-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/88772/how-to-extract-a-float-from-a-string-in-pascal</guid>
<pubDate>Mon, 28 Jul 2025 14:47:59 +0000</pubDate>
</item>
<item>
<title>How to extract multiple floats from a string of floats in Pascal</title>
<link>https://collectivesolver.com/88751/how-to-extract-multiple-floats-from-a-string-of-floats-in-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/88751/how-to-extract-multiple-floats-from-a-string-of-floats-in-pascal</guid>
<pubDate>Mon, 28 Jul 2025 07:05:21 +0000</pubDate>
</item>
<item>
<title>How to repeat a string n times in Pascal</title>
<link>https://collectivesolver.com/88714/how-to-repeat-a-string-n-times-in-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/88714/how-to-repeat-a-string-n-times-in-pascal</guid>
<pubDate>Sun, 27 Jul 2025 15:42:34 +0000</pubDate>
</item>
<item>
<title>How to remove leading and trailing whitespaces from a string in Pascal</title>
<link>https://collectivesolver.com/88647/how-to-remove-leading-and-trailing-whitespaces-from-a-string-in-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/88647/how-to-remove-leading-and-trailing-whitespaces-from-a-string-in-pascal</guid>
<pubDate>Sat, 26 Jul 2025 07:50:10 +0000</pubDate>
</item>
<item>
<title>How to split a string with multiple separators in Pascal</title>
<link>https://collectivesolver.com/88430/how-to-split-a-string-with-multiple-separators-in-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/88430/how-to-split-a-string-with-multiple-separators-in-pascal</guid>
<pubDate>Mon, 21 Jul 2025 09:07:10 +0000</pubDate>
</item>
<item>
<title>How to convert binary string to integer in Pascal</title>
<link>https://collectivesolver.com/88286/how-to-convert-binary-string-to-integer-in-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/88286/how-to-convert-binary-string-to-integer-in-pascal</guid>
<pubDate>Fri, 18 Jul 2025 15:52:56 +0000</pubDate>
</item>
<item>
<title>How to remove stop words from a string in Pascal</title>
<link>https://collectivesolver.com/88247/how-to-remove-stop-words-from-a-string-in-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/88247/how-to-remove-stop-words-from-a-string-in-pascal</guid>
<pubDate>Thu, 17 Jul 2025 16:09:21 +0000</pubDate>
</item>
<item>
<title>How to convert multiple &lt;br/&gt; tags to a single &lt;br/&gt; tag in Pascal</title>
<link>https://collectivesolver.com/88112/how-to-convert-multiple-br-tags-to-a-single-br-tag-in-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/88112/how-to-convert-multiple-br-tags-to-a-single-br-tag-in-pascal</guid>
<pubDate>Mon, 14 Jul 2025 19:53:22 +0000</pubDate>
</item>
<item>
<title>How to check if a string includes $sometext$ without numbers in Pascal</title>
<link>https://collectivesolver.com/87923/how-to-check-if-a-string-includes-%24sometext%24-without-numbers-in-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/87923/how-to-check-if-a-string-includes-%24sometext%24-without-numbers-in-pascal</guid>
<pubDate>Fri, 11 Jul 2025 07:39:54 +0000</pubDate>
</item>
<item>
<title>How to remove the letters from word1 if they do not exist in word2 with Pascal</title>
<link>https://collectivesolver.com/87852/how-to-remove-the-letters-from-word1-if-they-do-not-exist-in-word2-with-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/87852/how-to-remove-the-letters-from-word1-if-they-do-not-exist-in-word2-with-pascal</guid>
<pubDate>Wed, 09 Jul 2025 15:30:15 +0000</pubDate>
</item>
<item>
<title>How to remove the letters from word1 if they exist in word2 with Pascal</title>
<link>https://collectivesolver.com/87805/how-to-remove-the-letters-from-word1-if-they-exist-in-word2-with-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/87805/how-to-remove-the-letters-from-word1-if-they-exist-in-word2-with-pascal</guid>
<pubDate>Tue, 08 Jul 2025 16:17:49 +0000</pubDate>
</item>
<item>
<title>How to get intersection of two strings in Pascal</title>
<link>https://collectivesolver.com/87746/how-to-get-intersection-of-two-strings-in-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/87746/how-to-get-intersection-of-two-strings-in-pascal</guid>
<pubDate>Sun, 06 Jul 2025 16:41:28 +0000</pubDate>
</item>
<item>
<title>How to pad a string on both sides in Pascal</title>
<link>https://collectivesolver.com/87693/how-to-pad-a-string-on-both-sides-in-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/87693/how-to-pad-a-string-on-both-sides-in-pascal</guid>
<pubDate>Sat, 05 Jul 2025 16:14:04 +0000</pubDate>
</item>
<item>
<title>How to pad a string on the left in Pascal</title>
<link>https://collectivesolver.com/87627/how-to-pad-a-string-on-the-left-in-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/87627/how-to-pad-a-string-on-the-left-in-pascal</guid>
<pubDate>Fri, 04 Jul 2025 15:16:06 +0000</pubDate>
</item>
<item>
<title>How to pad a string on the right in Pascal</title>
<link>https://collectivesolver.com/87585/how-to-pad-a-string-on-the-right-in-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/87585/how-to-pad-a-string-on-the-right-in-pascal</guid>
<pubDate>Thu, 03 Jul 2025 15:15:12 +0000</pubDate>
</item>
<item>
<title>How to sum two binary strings in Pascal</title>
<link>https://collectivesolver.com/87569/how-to-sum-two-binary-strings-in-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/87569/how-to-sum-two-binary-strings-in-pascal</guid>
<pubDate>Wed, 02 Jul 2025 16:50:41 +0000</pubDate>
</item>
<item>
<title>How to find the first non-repeated character in a string with Pascal</title>
<link>https://collectivesolver.com/87343/how-to-find-the-first-non-repeated-character-in-a-string-with-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/87343/how-to-find-the-first-non-repeated-character-in-a-string-with-pascal</guid>
<pubDate>Sat, 28 Jun 2025 06:51:11 +0000</pubDate>
</item>
<item>
<title>How to convert a string with either, or . as decimal/thousand separators into a float in Pascal</title>
<link>https://collectivesolver.com/87317/how-to-convert-a-string-with-either-or-as-decimal-thousand-separators-into-a-float-in-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/87317/how-to-convert-a-string-with-either-or-as-decimal-thousand-separators-into-a-float-in-pascal</guid>
<pubDate>Fri, 27 Jun 2025 14:58:34 +0000</pubDate>
</item>
<item>
<title>How to get the length of the last word in a string with Pascal</title>
<link>https://collectivesolver.com/87225/how-to-get-the-length-of-the-last-word-in-a-string-with-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/87225/how-to-get-the-length-of-the-last-word-in-a-string-with-pascal</guid>
<pubDate>Wed, 25 Jun 2025 11:21:50 +0000</pubDate>
</item>
<item>
<title>How to remove string trailing path separator in Pascal</title>
<link>https://collectivesolver.com/86803/how-to-remove-string-trailing-path-separator-in-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/86803/how-to-remove-string-trailing-path-separator-in-pascal</guid>
<pubDate>Mon, 16 Jun 2025 13:37:51 +0000</pubDate>
</item>
<item>
<title>How to match the first word after an expression in a string with Pascal</title>
<link>https://collectivesolver.com/86769/how-to-match-the-first-word-after-an-expression-in-a-string-with-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/86769/how-to-match-the-first-word-after-an-expression-in-a-string-with-pascal</guid>
<pubDate>Sat, 14 Jun 2025 17:39:12 +0000</pubDate>
</item>
<item>
<title>How to remove the trailing slashes from a string in Pascal</title>
<link>https://collectivesolver.com/86743/how-to-remove-the-trailing-slashes-from-a-string-in-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/86743/how-to-remove-the-trailing-slashes-from-a-string-in-pascal</guid>
<pubDate>Fri, 13 Jun 2025 20:19:50 +0000</pubDate>
</item>
<item>
<title>How to remove all non-ASCII characters from a string in Pascal</title>
<link>https://collectivesolver.com/86707/how-to-remove-all-non-ascii-characters-from-a-string-in-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/86707/how-to-remove-all-non-ascii-characters-from-a-string-in-pascal</guid>
<pubDate>Thu, 12 Jun 2025 19:15:14 +0000</pubDate>
</item>
<item>
<title>How to replace the characters !@#$%^*_+\= in a string with Pascal</title>
<link>https://collectivesolver.com/86639/how-to-replace-the-characters-%40%23%24%25-_-in-a-string-with-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/86639/how-to-replace-the-characters-%40%23%24%25-_-in-a-string-with-pascal</guid>
<pubDate>Wed, 11 Jun 2025 08:43:32 +0000</pubDate>
</item>
<item>
<title>How to find the first occurrence of a pattern in a string from some starting position in Pascal</title>
<link>https://collectivesolver.com/86592/how-to-find-the-first-occurrence-of-a-pattern-in-a-string-from-some-starting-position-in-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/86592/how-to-find-the-first-occurrence-of-a-pattern-in-a-string-from-some-starting-position-in-pascal</guid>
<pubDate>Tue, 10 Jun 2025 06:13:17 +0000</pubDate>
</item>
<item>
<title>How to remove all occurrences of word from a string in Pascal</title>
<link>https://collectivesolver.com/86543/how-to-remove-all-occurrences-of-word-from-a-string-in-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/86543/how-to-remove-all-occurrences-of-word-from-a-string-in-pascal</guid>
<pubDate>Mon, 09 Jun 2025 05:44:54 +0000</pubDate>
</item>
<item>
<title>How to check if a string is blank (empty, nil, or contains only whitespace) in Pascal</title>
<link>https://collectivesolver.com/86469/how-to-check-if-a-string-is-blank-empty-nil-or-contains-only-whitespace-in-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/86469/how-to-check-if-a-string-is-blank-empty-nil-or-contains-only-whitespace-in-pascal</guid>
<pubDate>Sat, 07 Jun 2025 15:31:11 +0000</pubDate>
</item>
<item>
<title>How to move the digits of a string with digits and letters to the beginning of the string in Pascal</title>
<link>https://collectivesolver.com/85977/how-to-move-the-digits-of-a-string-with-digits-and-letters-to-the-beginning-of-the-string-in-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/85977/how-to-move-the-digits-of-a-string-with-digits-and-letters-to-the-beginning-of-the-string-in-pascal</guid>
<pubDate>Tue, 27 May 2025 14:54:42 +0000</pubDate>
</item>
<item>
<title>How to sort a string with digits and letters (digits before letters) in Pascal</title>
<link>https://collectivesolver.com/85955/how-to-sort-a-string-with-digits-and-letters-digits-before-letters-in-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/85955/how-to-sort-a-string-with-digits-and-letters-digits-before-letters-in-pascal</guid>
<pubDate>Tue, 27 May 2025 06:04:17 +0000</pubDate>
</item>
<item>
<title>How to sort a string with digits and letters (letters before digits) in Pascal</title>
<link>https://collectivesolver.com/85916/how-to-sort-a-string-with-digits-and-letters-letters-before-digits-in-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/85916/how-to-sort-a-string-with-digits-and-letters-letters-before-digits-in-pascal</guid>
<pubDate>Mon, 26 May 2025 06:24:59 +0000</pubDate>
</item>
<item>
<title>How to find all double quote substrings in a string with Pascal</title>
<link>https://collectivesolver.com/85224/how-to-find-all-double-quote-substrings-in-a-string-with-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/85224/how-to-find-all-double-quote-substrings-in-a-string-with-pascal</guid>
<pubDate>Tue, 13 May 2025 08:33:38 +0000</pubDate>
</item>
<item>
<title>How to declare a string with double quote substrings in Pascal</title>
<link>https://collectivesolver.com/85158/how-to-declare-a-string-with-double-quote-substrings-in-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/85158/how-to-declare-a-string-with-double-quote-substrings-in-pascal</guid>
<pubDate>Mon, 12 May 2025 14:26:39 +0000</pubDate>
</item>
<item>
<title>How to remove a random word from a string in Pascal</title>
<link>https://collectivesolver.com/84856/how-to-remove-a-random-word-from-a-string-in-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/84856/how-to-remove-a-random-word-from-a-string-in-pascal</guid>
<pubDate>Mon, 05 May 2025 05:40:18 +0000</pubDate>
</item>
<item>
<title>How to extract the end of a string (suffix) in Pascal</title>
<link>https://collectivesolver.com/84716/how-to-extract-the-end-of-a-string-suffix-in-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/84716/how-to-extract-the-end-of-a-string-suffix-in-pascal</guid>
<pubDate>Thu, 01 May 2025 09:57:27 +0000</pubDate>
</item>
<item>
<title>How to extract the beginning of a string (prefix) in Pascal</title>
<link>https://collectivesolver.com/84714/how-to-extract-the-beginning-of-a-string-prefix-in-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/84714/how-to-extract-the-beginning-of-a-string-prefix-in-pascal</guid>
<pubDate>Thu, 01 May 2025 08:09:45 +0000</pubDate>
</item>
<item>
<title>How to check if a string contains only valid parentheses (open close same type (), {}, []) in Pascal</title>
<link>https://collectivesolver.com/84546/how-to-check-if-a-string-contains-only-valid-parentheses-open-close-same-type-in-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/84546/how-to-check-if-a-string-contains-only-valid-parentheses-open-close-same-type-in-pascal</guid>
<pubDate>Fri, 25 Apr 2025 15:09:36 +0000</pubDate>
</item>
<item>
<title>How to check if string is palindrome in Pascal</title>
<link>https://collectivesolver.com/84533/how-to-check-if-string-is-palindrome-in-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/84533/how-to-check-if-string-is-palindrome-in-pascal</guid>
<pubDate>Fri, 25 Apr 2025 08:18:57 +0000</pubDate>
</item>
<item>
<title>How to remove the first N characters from a string in Pascal</title>
<link>https://collectivesolver.com/84491/how-to-remove-the-first-n-characters-from-a-string-in-pascal</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/84491/how-to-remove-the-first-n-characters-from-a-string-in-pascal</guid>
<pubDate>Thu, 24 Apr 2025 07:25:32 +0000</pubDate>
</item>
</channel>
</rss>