View Single Post
Old 09-14-2014, 02:34 AM   #6
AlanHK
Guru
AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.
 
AlanHK's Avatar
 
Posts: 681
Karma: 929286
Join Date: Apr 2014
Device: PW-3, iPad, Android phone
Tried the regex, no matches found.
But was this just targeted at the definition or the text?

e.g. will

<p class="p6 sgc-2">October 11</p>
be changed to

<p class="p6.bold">October 11</p>

The problem is each file has a different meaning for "sgc-2".

And your regex looks for a . but there is none.


What I think I need to do is in every file with the
sgc-2 {font-weight: bold}
definition, to change
" sgc-2">"
to
".bold">"


I don't know if the "Selected files" allows me to choose files by criteria or just manually.

Last edited by AlanHK; 09-14-2014 at 02:47 AM.
AlanHK is offline   Reply With Quote