![](https://cdn.userecho.com/characters/65.png?1)
+4
Under review
Change case
It would be nice to be able to change case on large segments of text...along with other bulk text manipulation.
![](https://cdn.userecho.com/characters/74.png?1)
0
Jack Stratton 14 years ago
If you are working with HTML, here's a fix:
Wrap the text you want to change in a tag, and give it an id attribute.
In your CSS, make a new rule like so:
#theIdOfTheSpanHere {
text-transform: uppercase; /* Change to lowercase if thats what you want. */
}
Ta-Da!
If you are working in a different document type (like C(++)) than why not let Alex Blach handle it?
![](https://cdn.userecho.com/characters/74.png?1)
0
Jack Stratton 14 years ago
Wow, this forum edited out most of my stuff. Go here for instructions: www.Applerox.com/changecase
![](https://cdn.userecho.com/characters/65.png?1)
0
Aaron Jackson 14 years ago
I'm actually just talking about a .txt file. I was wondering if there was a workaround. Thanks. I guess I'll use that and hope Mr. Blach adds the feature.
![](https://cdn.userecho.com/characters/74.png?1)
0
Jack Stratton 14 years ago
Your welcome. Maybe if you run it through a web page with the code, select it (on a computer) and hit copy, paste it into a .txt file, put it on your iPad, and cut and paste.
![](/s/cache/78/98/7898bd95d76aa999ebc735973ae4696a.png)
0
Alexander Blach (Developer) 14 years ago
It would be a good idea to have some text manipulation commands to modify a text selection.
![](https://cdn.userecho.com/characters/74.png?1)
0
Jack Stratton 14 years ago
Maybe a "Text Options" menu in the two finger tap popup?
![](/s/cache/78/98/7898bd95d76aa999ebc735973ae4696a.png)
0
Answer
Under review
Alexander Blach (Developer) 14 years ago
Customer support service by UserEcho