The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
MySQL REGEX Query
I am running this query:
PHP Code:
However the above query does not return any results. Is that the correct format and if so what would be causing it to return nothing at all? |
#2
|
|||
|
|||
'^[0-9]'
This means that the data should start with a single digit number and nothing after that. try: '^[0-9].*' |
#3
|
||||
|
||||
I figured it out. I had a misspelling lol.
Thanks for the help though, I did need to adjust the regex. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|