Menu
Skip to content
Home
Technology
Android
ASP.NET
CentOS
Design Pattern
Data Structures & Algorithms
Laravel
Node.js
Ruby on Rails
Java
Git
Sublime Text Editor
WordPress
Web Service
Videos
Piano
Cooking
Photography
Search
Search
Kyle Huynh's blog
Application Developer and Enthusiast Photographer
December 7, 2013
—
kyle.huynh205
Convert HTML tags to UPPERCASE / LOWERCASE by a single Regex
Install Text editor – Vim from
here
Open the file you like to modify in Vim.
Enter the following for convert to uppercase
:%s/</=(w+)>/U&/g
Enter the following for convert to lowercase
:%s/</=(w+)>/L&/g
Author
Details
Latest Posts By kyle.huynh205
10.29.24
mds and mds_stores cause high cpu in Mac
10.19.24
Segmentation Fault 11 when running jupyterhub
11.14.22
How to fix Netflix – playing Black screen with sound
11.25.21
Format bootable SD Card in Command line
02.25.21
Show differences and duplicates between two columns in Google Sheet
Post navigation
Previous Post
DISABLE / ENABLE the Num lock keys in your keyboard with Windows 7
Next Post
Remove all attributes of HTML tags by a single Regex
Category
Technology
Tags
Tags