Hello, im having a trouble on Regular Expressions (on PHP) * My code:* <div style="padding-top: 3px;"> <div class="nomeProduto"> TV LCD 32” H-Buster HBTV-3203HD </div> </div>
*I want to take:*
<div style="padding-top: 3px;">
<div class="nomeProduto">
*TV LCD 32” H-Buster HBTV-3203HD*
</div>
</div>
*Is my RE going to be like that?*:
*preg_match_all('/nomeProduto\"\>([a-zA-Z_\.0-9\/\-\!\t\n\"\'\”
:\...@\$]*)\</i', $www, $name);*
I think this whill catch like this (but that doesn't work ether):
*I want to take:*
<div style="padding-top: 3px;">
<div class="*nomeProduto">
**TV LCD 32” H-Buster HBTV-3203HD
<*/div>
</div>
Can some one help me with this RE on PHP?
-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

