Regex compiling error
PHP Code:
Code:
22:15:47 L 03/27/2014 - 22:15:44: [test.amxx] REGEX ERROR: (20) \ at end of patternExample string: teeestingggg*HID\helloman123\lalalala I'm planning to run PHP Code:
PS: I tried with "\\" it doesn't match. PS2: I tried with "(?:*HID\([a-zA-Z0-9]*)\)" which is kind of workaround but I got "(3) nothing to repeat". Finally I got the regex compiled... I forgot to escape first * Solution: "\*HID\\([a-zA-Z0-9]*)\\" |
Re: Regex compiling error
Yeah, it didn't know what character you were trying to escape (since the backslash is the escape character).
|
| All times are GMT -4. The time now is 05:58. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.