<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Wildcard string replacement ? in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/wildcard-string-replacement/m-p/5367#M2372</link>
    <description>&lt;P&gt;Thanks. I will add that to my "Tips &amp;amp; Tricks" document I am making for myself.&lt;/P&gt;</description>
    <pubDate>Wed, 11 Oct 2023 16:59:20 GMT</pubDate>
    <dc:creator>dunncrew</dc:creator>
    <dc:date>2023-10-11T16:59:20Z</dc:date>
    <item>
      <title>Wildcard string replacement ?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/wildcard-string-replacement/m-p/5363#M2369</link>
      <description>&lt;P&gt;Hi, is there a way to replace characters using a wildcard&amp;nbsp; with a blank ?&lt;/P&gt;&lt;P&gt;There are always 6 zeroes, and random 3 digits and a period before the 6 zeroes&lt;/P&gt;&lt;P&gt;2023-10-09 17:38:36&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;.243000000&lt;/FONT&gt;&amp;nbsp; &amp;nbsp;&lt;/STRONG&gt;More text here&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2023-10-09 17:42:37&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;.770000000&lt;/FONT&gt;&amp;nbsp; &amp;nbsp;&lt;/STRONG&gt;More text here&amp;nbsp;&lt;/P&gt;&lt;P&gt;Becomes&lt;/P&gt;&lt;P&gt;2023-10-09 17:38:36&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;More text here&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2023-10-09 17:42:37&lt;STRONG&gt;&amp;nbsp; &amp;nbsp;&lt;/STRONG&gt;More text here&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2023 13:32:48 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/wildcard-string-replacement/m-p/5363#M2369</guid>
      <dc:creator>dunncrew</dc:creator>
      <dc:date>2023-10-11T13:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard string replacement ?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/wildcard-string-replacement/m-p/5366#M2371</link>
      <description>&lt;P&gt;Hi, me again. You can use gsub with a regular expression (regex).&lt;/P&gt;&lt;P&gt;The below regex looks for a period followed by any quantity of numbers and removes them.&lt;/P&gt;&lt;P&gt;[message].gsub(/[.][0-9]+/,"")&lt;/P&gt;&lt;P&gt;Example: "&lt;SPAN&gt;2023-10-09 17:38:36.243000000" becomes "2023-09 17:38:36"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;There are a million regex sites out there but I find this one particularly helpful:&amp;nbsp;&lt;A href="https://regexr.com/" target="_blank"&gt;https://regexr.com/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2023 15:46:06 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/wildcard-string-replacement/m-p/5366#M2371</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2023-10-11T15:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard string replacement ?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/wildcard-string-replacement/m-p/5367#M2372</link>
      <description>&lt;P&gt;Thanks. I will add that to my "Tips &amp;amp; Tricks" document I am making for myself.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2023 16:59:20 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/wildcard-string-replacement/m-p/5367#M2372</guid>
      <dc:creator>dunncrew</dc:creator>
      <dc:date>2023-10-11T16:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard string replacement ?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/wildcard-string-replacement/m-p/7338#M3174</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;following up on this conversation. What if i want to replace spaces, commas, periods, etc from the string to an empty string. What should I provide in the find regex value?&lt;/P&gt;&lt;P&gt;Ex: string = abc, def inc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;output should be abcdefinc&lt;/P&gt;&lt;P&gt;&amp;lt;string&amp;gt;.gsub(?,'')&lt;/P&gt;&lt;P&gt;Thank you for your help!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hilda.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 31 Aug 2024 17:16:36 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/wildcard-string-replacement/m-p/7338#M3174</guid>
      <dc:creator>hilda-o</dc:creator>
      <dc:date>2024-08-31T17:16:36Z</dc:date>
    </item>
  </channel>
</rss>

