Regex not operator

No, there’s no direct not operator. At least not the way you hope for. You can use a zero-width negative lookahead, however: The (?!…) part means “only match if the text following (hence: lookahead) this doesn’t (hence: negative) match this. But it doesn’t actually consume the characters it matches (hence: zero-width). There are actually 4 combinations of lookarounds with 2 axes: lookbehind / lookahead : … Read more

What is lexicographical order?

lexicographical order is alphabetical order. The other type is numerical ordering. Consider the following values, Those values are in lexicographical order. 10 comes after 2 in numerical order, but 10 comes before 2 in “alphabetical” order.

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)