All the features in WebStorm are included into PhpStorm, with full-fledged support for PHP and Databases/SQL support added on top.в сравнении пхпшторм и вебшторм у первого есть только один минус - цена.
string = """
qwe*qwe
asd*asd
zxc*zxc
"""
print("\n".join(string.splitlines()[1:-1]))
print("----------------------------------")
print("\n".join(string.splitlines()[1:-2]))
https://ideone.com/nP5Ty2 SELECT * FROM `shops` WHERE LOWER(`name`) REGEXP 'ноутбук'