Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Forums
Blogs
Articles
Groups
Galleries
Member List
Calendar
Home
Forum
Simply Business
Fucking Around & Business Discussion
is there a way to make a text file that is all caps into lowercase
is there a way to make a text file that is all caps into lowercase
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
BlackCrayon
Too lazy to set a custom title
Join Date:
Jun 2003
Posts:
19634
Share
Post
#1
is there a way to make a text file that is all caps into lowercase
02-25-2007, 05:39 PM
automatically?
you don't know you're wearing a leash if you sit by the peg all day..
jimthefiend
So Fucking Banned
Join Date:
Oct 2003
Posts:
18889
Share
Post
#2
02-25-2007, 05:42 PM
http://www.sharewareconnection.com/another-notepad.htm
Comment
Post
Cancel
SmokeyTheBear
►SouthOfHeaven
Join Date:
Jun 2004
Posts:
28609
Share
Post
#3
02-25-2007, 05:46 PM
<?php
$text = file_get_contents("file.txt");
$text = strtolower($text);
echo $text;
?>
hatisblack at yahoo.com
Comment
Post
Cancel
micker
Confirmed User
Join Date:
Nov 2005
Posts:
748
Share
Post
#4
02-25-2007, 05:49 PM
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.
Comment
Post
Cancel
MetaMan
I AM WEB 2.0
Join Date:
Jan 2003
Posts:
28682
Share
Post
#5
02-25-2007, 05:50 PM
<style type="text/css">
<!--
.unnamed1 {
text-transform: lowercase;
}
-->
</style>
</head>
<body class="unnamed1">
text
</body>
</html>
Comment
Post
Cancel
micker
Confirmed User
Join Date:
Nov 2005
Posts:
748
Share
Post
#6
02-25-2007, 05:52 PM
lots of good solutions in here....
Comment
Post
Cancel
BlackCrayon
Too lazy to set a custom title
Join Date:
Jun 2003
Posts:
19634
Share
Post
#7
02-25-2007, 05:53 PM
thanks guys!
you don't know you're wearing a leash if you sit by the peg all day..
Comment
Post
Cancel
donkevlar
Confirmed User
Join Date:
Sep 2006
Posts:
4325
Share
Post
#8
02-25-2007, 06:17 PM
Microsoft word: Format - > change case
[email protected]
Comment
Post
Cancel
Previous
template
Next
Working...
OK
OK
Cancel
😀
😂
🥰
😘
🤢
😎
😞
😡
👍
👎
☕
Comment