<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://springboardsolutions.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Text_Processor_Examples</id>
		<title>Text Processor Examples - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://springboardsolutions.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Text_Processor_Examples"/>
		<link rel="alternate" type="text/html" href="http://springboardsolutions.com/wiki/index.php?title=Text_Processor_Examples&amp;action=history"/>
		<updated>2026-04-14T10:27:21Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.25.2</generator>

	<entry>
		<id>http://springboardsolutions.com/wiki/index.php?title=Text_Processor_Examples&amp;diff=1071&amp;oldid=prev</id>
		<title>WikiSysop: Created page with &quot;The Spring Tools [http://www.homemarketeer.com/tools/text_processor/text_processor.html Text Processor] is an amazingly versatile tool.  To show some of the things it can do,...&quot;</title>
		<link rel="alternate" type="text/html" href="http://springboardsolutions.com/wiki/index.php?title=Text_Processor_Examples&amp;diff=1071&amp;oldid=prev"/>
				<updated>2017-03-01T19:02:03Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;The Spring Tools [http://www.homemarketeer.com/tools/text_processor/text_processor.html Text Processor] is an amazingly versatile tool.  To show some of the things it can do,...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The Spring Tools [http://www.homemarketeer.com/tools/text_processor/text_processor.html Text Processor] is an amazingly versatile tool.&lt;br /&gt;
&lt;br /&gt;
To show some of the things it can do, the links below give some varied examples of tricks that can be done. Each of these tricks is stored as part of the URL, so it can stored in a document or bookmarked ready for you to use at a moment's notice. &lt;br /&gt;
&lt;br /&gt;
=Text Processor Examples=&lt;br /&gt;
&lt;br /&gt;
===List of Values to SQL List===&lt;br /&gt;
&lt;br /&gt;
Switches a list of values (one to a line) into a comma separated, single quoted list enclosed on brackets (). Ripe for using in a SQL &amp;quot;in&amp;quot; list.&lt;br /&gt;
&lt;br /&gt;
[http://www.homemarketeer.com/tools/text_processor/text_processor.html?c1=Unique&amp;amp;m1=gi&amp;amp;c2=Replace&amp;amp;e2=.*&amp;amp;t2=%27%24%26%27%2C&amp;amp;m2=gi&amp;amp;c3=Replace&amp;amp;e3=%5Cn&amp;amp;m3=gi&amp;amp;c4=Replace&amp;amp;e4=%5E&amp;amp;t4=%28&amp;amp;m4=gi&amp;amp;c5=Replace&amp;amp;e5=%24&amp;amp;t5=%29&amp;amp;m5=gi SQL List]&lt;br /&gt;
&lt;br /&gt;
===Replace US Dates (mm/dd/yyyy) with European Style Dates (dd.mm.yyyy)===&lt;br /&gt;
&lt;br /&gt;
Searches for dates in the format mm/dd/yyyy and switches them to the European style dd.mm.yyyy. Of course, you can chnage the separators to suit.&lt;br /&gt;
&lt;br /&gt;
[http://www.homemarketeer.com/tools/text_processor/text_processor.html?c1=Replace&amp;amp;e1=%28%5B0-9%5D%7B1%2C2%7D%29/%28%5B0-9%5D%7B1%2C2%7D%29/%28%5B0-9%5D%7B2%2C4%7D%29&amp;amp;t1=%242.%241.%243&amp;amp;m1=gi US Date to UK Date]&lt;br /&gt;
&lt;br /&gt;
===Making Text More Brit Friendly===&lt;br /&gt;
&lt;br /&gt;
Replaces some of the more common spelling differences of American English to British English. Does it include your favourites?&lt;br /&gt;
&lt;br /&gt;
[http://www.homemarketeer.com/tools/text_processor/text_processor.html?c1=Replace&amp;amp;e1=favorite&amp;amp;t1=favourite&amp;amp;m1=g&amp;amp;c2=Replace&amp;amp;e2=thru&amp;amp;t2=through&amp;amp;m2=g&amp;amp;c3=Replace&amp;amp;e3=color&amp;amp;t3=colour&amp;amp;m3=g&amp;amp;c4=Replace&amp;amp;e4=dialog&amp;amp;t4=dialogue&amp;amp;m4=g&amp;amp;c5=Replace&amp;amp;e5=catalog&amp;amp;t5=catalogue&amp;amp;m5=g&amp;amp;c6=Replace&amp;amp;e6=center&amp;amp;t6=centre&amp;amp;m6=g&amp;amp;c7=Replace&amp;amp;e7=defense&amp;amp;t7=defence&amp;amp;m7=g&amp;amp;c8=Replace&amp;amp;e8=neighbor&amp;amp;t8=neighbour&amp;amp;m8=g&amp;amp;c9=Replace&amp;amp;e9=honor&amp;amp;t9=honour&amp;amp;m9=g&amp;amp;c10=Replace&amp;amp;e10=behavior&amp;amp;t10=behaviour&amp;amp;m10=g US English to UK English]&lt;br /&gt;
&lt;br /&gt;
===Extract Email Addresses===&lt;br /&gt;
&lt;br /&gt;
Extracts all unique email addresses in your supplied text.&lt;br /&gt;
&lt;br /&gt;
[http://www.homemarketeer.com/tools/text_processor/text_processor.html?c1=Replace&amp;amp;e1=%5Ba-zA-Z0-9%21%23%5C%24%25%26%27%5C*%5C+%5C-/%3D%5C%3F%5C%5E_%60%7B%7C%7D%7E%5C.%5D+@%5Ba-zA-Z0-9%5C-%5C.%5D+&amp;amp;t1=%0A%24%26%0A&amp;amp;m1=gi&amp;amp;c2=Replace&amp;amp;e2=%28%5Ba-zA-Z0-9%21%23%5C%24%25%26%27%5C*%5C+%5C-/%3D%5C%3F%5C%5E_%60%7B%7C%7D%7E%5C.%5D+@%5Ba-zA-Z0-9%5C-%5C.%5D+%29.*&amp;amp;t2=%241&amp;amp;m2=gi&amp;amp;c3=Match&amp;amp;e3=%28%5Ba-zA-Z0-9%21%23%5C%24%25%26%27%5C*%5C+%5C-/%3D%5C%3F%5C%5E_%60%7B%7C%7D%7E%5C.%5D+@%5Ba-zA-Z0-9%5C-%5C.%5D+%29&amp;amp;m3=gi&amp;amp;c4=Unique&amp;amp;m4=gi Unique Email Addresses]&lt;br /&gt;
&lt;br /&gt;
=Other Links=&lt;br /&gt;
[[Text Processor]]&lt;br /&gt;
[[Tools]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	</feed>