regex pattern
what is bad in this pattern for regex_match
Code:
(.*)(\^\!\°\`\;\%\§)(.*) |
Re: regex pattern
What are you trying to match? And what are you trying to retrieve as substrings? Show some examples. I'm going to assume that you are using parentheses when you whould use brackets.
|
Re: regex pattern
i'm trying to match these "!, $, %, ^, &, §, ', ;" characters in player name.
|
Re: regex pattern
Quote:
|
Re: regex pattern
i want only find that character in name... i tried to use contain function, but
"if ( contain( name, "^") != -1)" wrote invalid symbol in compliling |
Re: regex pattern
Quote:
|
Re: regex pattern
ok thx
|
| All times are GMT -4. The time now is 07:04. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.