\\----------split("\\\\")
.----------split("\\.")
|----------split("\\|") 单竖线在分割的时候要转义,在判断包含的时候不需要转义:contains("|")