MyBB Community Forums

Full Version: Regular Expression
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hallo

I have a little probllem

i need Regular Expression to mycode to replace single word lorem but no in bbcode tag


someone give me this, but do not work in mybb

\[.*?\]|(lorem)

for more example
in this string should replace only first lorem

Lorem Ipsum dolor sit amet [url=http://loremipsum.com]Lorem Ipsum[/url]
Alright I did some fiddling, and the code you have no would change lorem only if it was cover in parenthesis (lorem)

Just remove the parenthesis from the code and you should be fine.

\[.*?\]|lorem

Edit: A suggestion, unless you want it triggering every single time lorem is said, I recommend adding an exclamation mark.
thanks but this dont work too
What result did that provide?
How you can see still change all lorem

[Image: bEermOx.png]
[Image: YLFVAq2.png]