Tagged Questions

3
votes
3answers
163 views

Can I use an open source framework in a project I plan to profit from?

I'm building a CMS on codeigniter. I'm modifying codeigniter in small ways to make it work with my ideas more seamlessly. But I wonder - are there any restrictions on how I can profit from it? I would …
0
votes
4answers
162 views

Regex to replace reg trademark

I need some help with regex: I got a html output and I need to wrap all the registration trademarks with a <sup></sup> I can not insert the <sup> tag in title and alt properties …