<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>FileSeek RSS: Wildcard Search inside Text Files</title>
<atom:link href="https://www.fileseek.ca/Discussions/RSS/?TopicID=925332f2-d953-4a89-abc4-3b7241d08d02" rel="self" type="application/rss+xml" />
<link>https://www.fileseek.ca/Discussions/RSS/?TopicID=925332f2-d953-4a89-abc4-3b7241d08d02</link>
<description>FileSeek RSS: Wildcard Search inside Text Files</description>
<lastBuildDate>Sat, 02 May 2026 10:17:11 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.fileseek.ca/Discussions/RSS/?TopicID=925332f2-d953-4a89-abc4-3b7241d08d02</generator>
<item>
<title>RE: Wildcard Search inside Text Files</title>
<link>https://www.fileseek.ca/Discussions/View/wildcard-search-inside-text-files/?ID=925332f2-d953-4a89-abc4-3b7241d08d02#2</link>
<pubDate>Fri, 10 Jun 2016 14:18:09 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.fileseek.ca/Discussions/View/wildcard-search-inside-text-files/?ID=925332f2-d953-4a89-abc4-3b7241d08d02#2</guid>
<category>FileSeek</category>
<description><![CDATA[You should be able to do this by entering the following into the Query box:
capital +amount
Hope that helps!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
You should be able to do this by entering the following into the Query box:<br/>
<br/>
capital +amount<br/>
<br/>
Hope that helps!
</div>
]]></content:encoded>
</item>
<item>
<title>Wildcard Search inside Text Files</title>
<link>https://www.fileseek.ca/Discussions/View/wildcard-search-inside-text-files/?ID=925332f2-d953-4a89-abc4-3b7241d08d02</link>
<pubDate>Fri, 10 Jun 2016 07:23:55 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.fileseek.ca/Discussions/View/wildcard-search-inside-text-files/?ID=925332f2-d953-4a89-abc4-3b7241d08d02</guid>
<category>FileSeek</category>
<description><![CDATA[Good morning,
I would like to search inside TXT / XLS files using wildcards. So for instance, I am looking for all files that contain the word "Capital" as well as the wordk "Amount". Search Results should return any instance where for example there is Capital "Transfer" Amount, or Capital "Deli...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Good morning,<br/>
<br/>
I would like to search inside TXT / XLS files using wildcards. So for instance, I am looking for all files that contain the word "Capital" as well as the wordk "Amount". Search Results should return any instance where for example there is Capital "Transfer" Amount, or Capital "Delinquency" Amount etc.<br/>
<br/>
This would be pretty much similar to the LIKE function in SQL Server / Oracle where you would state:<br/>
<br/>
******<br/>
SELECT *<br/>
FROM Table<br/>
WHERE ColumnA LIKE 'Capital%Amount'<br/>
******<br/>
<br/>
Kind regards,
</div>
]]></content:encoded>
</item>
</channel>
</rss>