You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Здравствуйте, подскажите какой тег использовать для увеличения значения, пример на картинке.
Вроде, про такой тег я слышала. Если есть тег прогресс бар, значит и такое должно быть.
Question
Kup
Помогите с регуляркой, вот моя:
if (!preg_match("/^[A-Za-z0-9_-]{3,15}$/i",$login)) {
$login_pattern_error = "<span class=\"err\">Выберите другой логин</span>\n\r";
$success = false;
}
В ней допускается использование a-z, A-Z, цифр от 0 до 9, тире, подческивание и длинной от 3 до 15 символов независимо от регистра.
Как дописать чтобы нельзя было использовать в логине - и _ в начале и конце?
Edited by KupLink to comment
Share on other sites
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.