/ Published in: Regular Expression
I use in textmate / e to convert whitespace to underscores.
Expand |
Embed | Plain Text
Find (id=")(\w+)(\s) Replace $1$2_
You need to login to post a comment.
lagrangeapex on 12/12/07
regex whitespace RegularExpression
8 people have marked this snippet as a favorite
basicmagic
wbowers
mattkenefick
mikegreen
bsteadman
benrudolph
Tyster
banjomamo
I use in textmate / e to convert whitespace to underscores.
Find (id=")(\w+)(\s) Replace $1$2_
You need to login to post a comment.