hello,
im trying to create a pattern that will split my text on spaces, but not when there is <img infront.
this is becaus i want to split my text on spaces and place them between <span></span>, but when i add <img src=""> it will go like <span><img</span><span>src=""></span>.. wont work
my experience with regular expressions is not so great, but im trying my best



Reply With Quote
Bookmarks