| 
		
			
			
				
			
			
				 
			
			
				
			
		 | 
		
			
			
				 
			
				
			
		 | 
	||||
| 
				Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.  You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us.  | 
		
		 
		![]()  | 
	
		
			
  | 	
	
	
		
		|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. | 
| 
		 | 
	Thread Tools | 
| 
			
			 | 
		#1 | 
| 
			
			
			
			 Too lazy to set a custom title 
			
		
			
				
			
			
			Join Date: Jun 2003 
				Location: Ottawa 
				
				
					Posts: 19,631
				 
				
				
				
				 | 
	
	
	
	
		
			
			 
				
				is there a way to make a text file that is all caps into lowercase
			 
			automatically? 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	you don't know you're wearing a leash if you sit by the peg all day..  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#2 | 
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Join Date: Oct 2003 
				Location: icq: 121189 
				
				
					Posts: 18,889
				 
				
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#3 | 
| 
			
			
			
			 ►SouthOfHeaven 
			
		
			
				
			
			
			Join Date: Jun 2004 
				Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer 
				
				
					Posts: 28,609
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 <?php 
		
	
		
		
		
		
			$text = file_get_contents("file.txt"); $text = strtolower($text); echo $text; ?> 
				__________________ 
		
		
		
		
	
	hatisblack at yahoo.com  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#4 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Join Date: Nov 2005 
				Location: Metro Detroit 
				
				
					Posts: 748
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 on a linux/unix/mac you could do this; 
		
	
		
		
		
		
		
	
	cat YOURTEXTFILE.TXT | tr '[:upper:]' '[:lower:]' on a windows box you'd probably have to buy something if you dont have access to a system that will do it, paste it here and I'll convert it for you.  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#5 | 
| 
			
			
			
			 I AM WEB 2.0 
			
		
			
			
			Industry Role:  
				Join Date: Jan 2003 
				
				
				
					Posts: 28,682
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 <style type="text/css"> 
		
	
		
		
		
		
		
	
	<!-- .unnamed1 { text-transform: lowercase; } --> </style> </head> <body class="unnamed1"> text </body> </html>  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#6 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Join Date: Nov 2005 
				Location: Metro Detroit 
				
				
					Posts: 748
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 lots of good solutions in here.... 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#7 | 
| 
			
			
			
			 Too lazy to set a custom title 
			
		
			
				
			
			
			Join Date: Jun 2003 
				Location: Ottawa 
				
				
					Posts: 19,631
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 thanks guys! 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	you don't know you're wearing a leash if you sit by the peg all day..  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#8 | 
| 
			
			
			
			 Confirmed User 
			
		
			
				
			
			
			Join Date: Sep 2006 
				
				
				
					Posts: 4,325
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Microsoft word: Format - > change case 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	[email protected]  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 |