I have two preg_match search patterns:
Is there a way to merge them?Code:'#{{Rarevalue\|(.*?)}}#s'
'#{{Thronevalue\|(.*?)}}#s'
Printable View
I have two preg_match search patterns:
Is there a way to merge them?Code:'#{{Rarevalue\|(.*?)}}#s'
'#{{Thronevalue\|(.*?)}}#s'
It all depends on what you're trying to match.. give us an example input and what you expect to do and I'll help you. Are you just wanting to match both of those in an input but in one preg_match?