Regular expression matching problem

as the title
string is as follows:" http://t.d.b.123@123.c is all 1max / 12max

now find a match to the diagonal bar other than http://

.

could you tell me how to write such a rule

Mar.23,2021

str.replace(/https?:\/\/.*?\//,'').match(/\//g)

like this?


1. Take grouping 1

[^:/](\/+)

II. Look around

(?<![:/])\/+
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b31644-2b5e1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b31644-2b5e1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?