Install Brave Browser for 30 days and earn money - http://bit.ly/_brave_browser
SearchSearch CalendarCalendar GalleryGalleryAuction-PortalAuctionsMembersMembers StatisticsStats
get your RSS-Feed
Language/Sprache:  Admin  
 Login: ChatChat (0) new User-MapUser-Mapsend Passwordsend Password RegisterRegister

Forum Overview » Beta Cyberlord » JS » Regex for multiple payment processors addresses
Pages: (1) [1] »
Registration necessaryRegistration necessary
Regex for multiple payment processors addresses
privateloaderno Access no Access first Post cannot be deleted -> delete the whole Topic 
Group: User
Level:


Posts: 246
Joined: 9/20/2020
IP-Address: saved
offline



// PerfectMoney
if (guid.match(/U\d{10}/)) {
alert('It\'s a PerfectMoney address');
}

// WMZ (WebMoney USD)
if (guid.match(/Z\d{12}/)) {
alert('It\'s a WMZ (WebMoney USD) address');
}

// WME (WebMoney EUR)
if (guid.match(/E\d{12}/)) {
alert('It\'s a WME (WebMoney EUR) address');
}

// WMU (WebMoney UAH)
if (guid.match(/U\d{12}/)) {
alert('It\'s a WMU (WebMoney UAH) address');
}

// WMR (WebMoney RUB)
if (guid.match(/R\d{12}/)) {
alert('It\'s a WMR (WebMoney RUB) address');
}

// WMX (WebMoney Bitcoin)
if (guid.match(/X[0-9A-HJ-NP-Za-km-z]{32}/)) {
alert('It\'s a WMX (WebMoney Bitcoin) address');
}

// Payeer
if (guid.match(/^P[0-9A-Za-z]{33}$/)) {
alert('It\'s a Payeer address');
}

// Skrill
if (guid.match(/^S[0-9A-Za-z]{31}$/)) {
alert('It\'s a Skrill address');
}

// Payoneer
if (guid.match(/^P[0-9A-Za-z]{20}$/)) {
alert('It\'s a Payoneer address');
}

// Neteller
if (guid.match(/^4[0-9]{11}$/)) {
alert('It\'s a Neteller address');
}

// AirTM
if (guid.match(/^A[1-9A-HJ-NP-Za-km-z]{25,34}$/)) {
alert('It\'s a AirTM address');
}



4/25/2024 1:18:00 AM   
Registration necessaryRegistration necessary
Pages: (1) [1] »
all Times are GMT +1:00
Thread-Info
AccessModerators
Reading: all
Writing: all
Group: general
none
Forum Overview » Beta Cyberlord » JS » Regex for multiple payment processors addresses
Install Brave Browser for 30 days and earn money - http://bit.ly/_brave_browser

.: Script-Time: 0.133 || SQL-Queries: 6 || Active-Users: 4,858 :.
Powered by ASP-FastBoard HE v0.8, hosted by cyberlord.at